diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-01-11 05:10:16 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-01-11 05:10:16 +0000 |
commit | 7397c8d4c23533e2e33caae273da83ada3970b23 (patch) | |
tree | 570f3cfbdb659899f26d957ffeceaf0615524c37 /picture.php | |
parent | 2a9c48225dc8e065de71a9b077b1e935e10aa077 (diff) |
- better code in filter.inc.php (remove unused code + filter is not reseted
when going to an unfiltered page)
- removed unnecessary filtered pages from config_default (especially admin !!!)
- removed flat recent category icon from irrelevant pages
- mysterious code comment appeared in picture.php
git-svn-id: http://piwigo.org/svn/trunk@1711 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'picture.php')
-rw-r--r-- | picture.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/picture.php b/picture.php index d08a2779d..61f913ceb 100644 --- a/picture.php +++ b/picture.php @@ -784,7 +784,7 @@ if (isset($_GET['slideshow'])) include(PHPWG_ROOT_PATH.'include/picture_rate.inc.php'); include(PHPWG_ROOT_PATH.'include/picture_comment.inc.php'); -//if ($metadata_showable and isset($_GET['metadata'])) +if ($metadata_showable and isset($_GET['metadata'])) { include(PHPWG_ROOT_PATH.'include/picture_metadata.inc.php'); } |