modified.

This commit is contained in:
umaircb 2014-04-09 11:54:55 +00:00
parent dfd14ec326
commit 357ef3c2fe

View file

@ -56,7 +56,11 @@ $get_limit = create_query_limit($page,MAINPLIST);
$clist = $cond;
$clist['limit'] = $get_limit;
$photos = get_photos($clist);
Assign('photos', $photos);
Assign('photos', $photos);
//Collecting Data for Pagination
$ccount = $cond;