From 4e55cfe4ca68e3100923c36fe84b8603c9bde618 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 9 Nov 2004 21:59:19 +0000 Subject: when picture size exceeds user maximum display size, the link was on the same page : now it shows the file in the browser git-svn-id: http://piwigo.org/svn/trunk@598 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 3669ceed3..4335f2a23 100644 --- a/picture.php +++ b/picture.php @@ -638,7 +638,7 @@ if ($picture['current']['is_picture']) if ($original_width != $picture_size[0] or $original_height != $picture_size[1]) { - $content = '[ '; $content.= $original_width.'*'.$original_height.' ]'; } -- cgit v1.2.3