From 4a4f72cbc359b9aff80a60c71882f5f78aa996a1 Mon Sep 17 00:00:00 2001 From: rub Date: Thu, 28 Dec 2006 00:06:06 +0000 Subject: Fix Feature Issue ID 0000585. Convergence of exif configuration between local site and remote site. Notes added on administration page where configuration is not OK. git-svn-id: http://piwigo.org/svn/trunk@1682 68402e56-0260-453c-a942-63ccdbb3a9ee --- picture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'picture.php') diff --git a/picture.php b/picture.php index ab660da98..220490238 100644 --- a/picture.php +++ b/picture.php @@ -779,7 +779,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'); } -- cgit v1.2.3