diff options
author | plegall <plg@piwigo.org> | 2010-04-09 21:38:16 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-04-09 21:38:16 +0000 |
commit | 8a4b177c7bd713a1045d66bf992d9d211ab8285d (patch) | |
tree | b6c1418c384dd9f7d17a2c62de1ff44049e0e2d4 /admin/include/functions.php | |
parent | ca04de7d5e633c9e867812b8e65e14422562c24e (diff) |
feature 1587: move advanced features screen into maintenance screen.
git-svn-id: http://piwigo.org/svn/trunk@5745 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/include/functions.php')
-rw-r--r-- | admin/include/functions.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/include/functions.php b/admin/include/functions.php index 42ed056b6..618c65b99 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -1940,7 +1940,6 @@ function get_active_menu($menu_page) case 'stats': case 'history': case 'maintenance': - case 'advanced_feature': case 'thumbnail': return 4; |