modified.

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

View file

@ -58,6 +58,10 @@ $clist['limit'] = $get_limit;
$photos = get_photos($clist);
Assign('photos', $photos);
//Collecting Data for Pagination
$ccount = $cond;
$ccount['count_only'] = true;