Ignore:
Timestamp:
Apr 29, 2010, 3:58:40 PM (14 years ago)
Author:
plg
Message:

bug 1613 fixed: split the "pending" screen into 2 distinct sections :
admin>photos>pending + admin>tools>pending comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/comments.php

    r5381 r5997  
    2828
    2929include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
    30 include_once(PHPWG_ROOT_PATH.'admin/include/functions_waiting.inc.php');
    3130
    3231// +-----------------------------------------------------------------------+
     
    9796$template->set_filenames(array('comments'=>'comments.tpl'));
    9897
    99 // TabSheet initialization
    100 waiting_tabsheet();
    101 
    10298$template->assign(
    10399  array(
Note: See TracChangeset for help on using the changeset viewer.