Changeset 8651 for trunk/admin/intro.php


Ignore:
Timestamp:
Jan 13, 2011, 4:24:18 PM (13 years ago)
Author:
plg
Message:

feature 2108 added: user upload removed from core. It will come back as a
"new generation" user upload in the Community plugin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/intro.php

    r6951 r8651  
    240240}
    241241
    242 // waiting elements
    243 $query = '
    244 SELECT COUNT(*)
    245   FROM '.WAITING_TABLE.'
    246   WHERE validated=\'false\'
    247 ;';
    248 list($nb_waiting) = pwg_db_fetch_row(pwg_query($query));
    249 
    250 if ($nb_waiting > 0)
    251 {
    252   $template->assign(
    253     'waiting',
    254     array(
    255       'URL' => PHPWG_ROOT_PATH.'admin.php?page=upload',
    256       'INFO' => sprintf(l10n('%d waiting for validation'), $nb_waiting)
    257       )
    258     );
    259 }
    260 
    261242// unvalidated comments
    262243$query = '
Note: See TracChangeset for help on using the changeset viewer.