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 --- action.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'action.php') diff --git a/action.php b/action.php index 73ac6d72b..29f9fac38 100644 --- a/action.php +++ b/action.php @@ -127,8 +127,11 @@ if ( empty($file) ) } if ($_GET['part'] == 'h') { - $is_high = true; - pwg_log($_GET['id'], $is_high); + pwg_log($_GET['id'], 'high'); +} +else if ($_GET['part'] == 'e') +{ + pwg_log($_GET['id'], 'other'); } $http_headers = array(); -- cgit v1.2.3