diff options
author | gweltas <gweltas@piwigo.org> | 2004-08-25 22:25:58 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-08-25 22:25:58 +0000 |
commit | 11c2e5805334a637a4e304c27d0fdcf709e24772 (patch) | |
tree | 5ca4823ca75bb9d9a2d7dccd0774cbf9aa8aa4a0 /picture.php | |
parent | c8fb7c2e36194e1f0687c4be6689a841f2615614 (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.php | 2 |
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.='&add_fav=1'; if ( $page['cat'] == 'search' ) { - $url.= '&search='.$_GET['search'].'&mode='.$_GET['mode']; + $url.= '&search='.$_GET['search']; } $template->assign_block_vars('favorite', array( 'FAVORITE_IMG' => PHPWG_ROOT_PATH.'template/'.$user['template'].'/theme/favorite.gif', |