feature 169: each category can have its own image order

git-svn-id: http://piwigo.org/svn/trunk@1500 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2006-07-26 00:51:08 +00:00
parent 7e79e15d18
commit aca06a08aa
8 changed files with 185 additions and 6 deletions
+2 -1
View File
@@ -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).'