diff options
Diffstat (limited to 'admin/comments.php')
-rw-r--r-- | admin/comments.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/admin/comments.php b/admin/comments.php index 394825ec9..4bb4490ac 100644 --- a/admin/comments.php +++ b/admin/comments.php @@ -27,7 +27,6 @@ if (!defined('PHPWG_ROOT_PATH')) } include_once(PHPWG_ROOT_PATH.'admin/include/functions.php'); -include_once(PHPWG_ROOT_PATH.'admin/include/functions_waiting.inc.php'); // +-----------------------------------------------------------------------+ // | Check Access and exit when user status is not ok | @@ -96,9 +95,6 @@ DELETE $template->set_filenames(array('comments'=>'comments.tpl')); -// TabSheet initialization -waiting_tabsheet(); - $template->assign( array( 'F_ACTION' => get_root_url().'admin.php?page=comments' |