diff options
Diffstat (limited to 'admin/comments.php')
-rw-r--r-- | admin/comments.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/comments.php b/admin/comments.php index 9b330ac8b..c36e42202 100644 --- a/admin/comments.php +++ b/admin/comments.php @@ -99,7 +99,6 @@ include_once(PHPWG_ROOT_PATH.'admin/include/tabsheet.class.php'); $tabsheet = new tabsheet(); $tabsheet->set_id('comments'); -$tabsheet->add('', l10n('User comments validation'), ''); $tabsheet->select(''); $tabsheet->assign(); |