modified.

This commit is contained in:
umaircb 2014-04-09 12:32:24 +00:00
parent 2963e96385
commit 5edd9f8760

View file

@ -126,6 +126,7 @@ $page = mysql_clean($_GET['page']);
$get_limit = create_query_limit($page,MAINPLIST);
$clist = $cond;
$clist['limit'] = $get_limit;
$clist ['order'] = " last_viewed DESC ";
$photos = get_photos($clist);
Assign('photos', $photos);