diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-07-26 00:51:08 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-07-26 00:51:08 +0000 |
commit | aca06a08aa8d2148ba6198811907fbb61a4e8f57 (patch) | |
tree | 021145a2e9d9e75ace7ce0013a66756a22684475 /include/functions_category.inc.php | |
parent | 7e79e15d180c5621d83a6906968317de58eae722 (diff) |
feature 169: each category can have its own image order
git-svn-id: http://piwigo.org/svn/trunk@1500 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/functions_category.inc.php')
-rw-r--r-- | include/functions_category.inc.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/functions_category.inc.php b/include/functions_category.inc.php index 2aff86975..939a72e77 100644 --- a/include/functions_category.inc.php +++ b/include/functions_category.inc.php @@ -110,7 +110,8 @@ function get_cat_info( $id ) { $infos = array('nb_images','id_uppercat','comment','site_id' ,'dir','date_last','uploadable','status','visible' - ,'representative_picture_id','uppercats','commentable'); + ,'representative_picture_id','uppercats','commentable' + ,'image_order'); $query = ' SELECT '.implode(',', $infos).' |