diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-10-05 10:40:53 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-10-05 10:40:53 +0000 |
commit | fbe8d191b2d79be23587dce0eb5f2191a4680e5d (patch) | |
tree | bd25850b62ffb76a3e02ca4ac79ffffe796deb6f /admin | |
parent | 6d0112b562ead68210b1ac1d27a4db0129c71aea (diff) |
Deleting dead code
git-svn-id: http://piwigo.org/svn/trunk@168 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/cat_perm.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/cat_perm.php b/admin/cat_perm.php index bee92a405..f77a01f0b 100644 --- a/admin/cat_perm.php +++ b/admin/cat_perm.php @@ -83,7 +83,6 @@ if ( isset( $_POST['submit'] ) ) } check_favorites( $row['id'] ); } - // echo "<div class=\"info\">".$lang['permuser_info_message']." [ <a href=\"".add_session_id_to_url( "./admin.php?page=cat" )."\">".$lang['editcat_back']."</a> ]</div>"; } //---------------------------------------------------------------------- groups $query = 'SELECT id,name'; |