From 3b46143435b528684d52772039540273bbcea52b Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 20 Feb 2007 23:40:02 +0000 Subject: New: non picture files are now logged in history when downloaded. The history filter was redesigned: #history.is_high replaced by #history.image_type = high. The filter is simpler. git-svn-id: http://piwigo.org/svn/trunk@1844 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 6b5775560..a917d0888 100644 --- a/picture.php +++ b/picture.php @@ -812,7 +812,7 @@ if ($metadata_showable and isset($_GET['metadata'])) include(PHPWG_ROOT_PATH.'include/picture_metadata.inc.php'); } //------------------------------------------------------------ log informations -pwg_log($picture['current']['id']); +pwg_log($picture['current']['id'], 'picture'); include(PHPWG_ROOT_PATH.'include/page_header.php'); trigger_action('loc_end_picture'); -- cgit v1.2.3