diff options
author | rvelices <rv-github@modusoptimus.com> | 2008-05-01 01:12:34 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2008-05-01 01:12:34 +0000 |
commit | 7942dccf9b682d359a89636528e96af5b38327da (patch) | |
tree | 1e40fcfa3300a570899fa280b494943cb76a7f16 /search.php | |
parent | 6c0a51806f74eec1bf85842a558976a2e430c15f (diff) |
- 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
Diffstat (limited to 'search.php')
-rw-r--r-- | search.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 ( |