From 7942dccf9b682d359a89636528e96af5b38327da Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 1 May 2008 01:12:34 +0000 Subject: - move #categories.date_last and nb_images to #user_cache_categories git-svn-id: http://piwigo.org/svn/trunk@2324 68402e56-0260-453c-a942-63ccdbb3a9ee --- search.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'search.php') diff --git a/search.php b/search.php index 36a93814a..fe161f476 100644 --- a/search.php +++ b/search.php @@ -173,7 +173,7 @@ $template->assign( array( 'F_SEARCH_ACTION' => 'search.php', 'U_HELP' => PHPWG_ROOT_PATH.'popuphelp.php?page=search', - + 'month_list' => $month_list, 'START_DAY_SELECTED' => @$_POST['start_day'], 'START_MONTH_SELECTED' => @$_POST['start_month'], @@ -200,7 +200,7 @@ if (count($available_tags) > 0) //------------------------------------------------------------- categories form $query = ' -SELECT name,id,date_last,nb_images,global_rank,uppercats +SELECT id,name,global_rank,uppercats FROM '.CATEGORIES_TABLE.' '.get_sql_condition_FandF ( -- cgit v1.2.3