aboutsummaryrefslogtreecommitdiffstats
path: root/picture.php
diff options
context:
space:
mode:
authorgweltas <gweltas@piwigo.org>2004-08-25 22:25:58 +0000
committergweltas <gweltas@piwigo.org>2004-08-25 22:25:58 +0000
commit11c2e5805334a637a4e304c27d0fdcf709e24772 (patch)
tree5ca4823ca75bb9d9a2d7dccd0774cbf9aa8aa4a0 /picture.php
parentc8fb7c2e36194e1f0687c4be6689a841f2615614 (diff)
- Deletion of obsolete functions in the administrative part
- Repair of virtual category management git-svn-id: http://piwigo.org/svn/trunk@496 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'picture.php')
-rw-r--r--picture.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/picture.php b/picture.php
index 78c80d884..891510b9f 100644
--- a/picture.php
+++ b/picture.php
@@ -723,7 +723,7 @@ if ( !$user['is_the_guest'] )
$url.='&amp;add_fav=1';
if ( $page['cat'] == 'search' )
{
- $url.= '&amp;search='.$_GET['search'].'&amp;mode='.$_GET['mode'];
+ $url.= '&amp;search='.$_GET['search'];
}
$template->assign_block_vars('favorite', array(
'FAVORITE_IMG' => PHPWG_ROOT_PATH.'template/'.$user['template'].'/theme/favorite.gif',