From 86a8a03e3b4826a2dc0e044e669d1b59ac90b159 Mon Sep 17 00:00:00 2001 From: Awais-cb Date: Mon, 24 Apr 2017 11:11:19 +0500 Subject: [PATCH] modified : collection issue fixed --- upload/view_item.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/upload/view_item.php b/upload/view_item.php index 80e02d86..cef9e10c 100644 --- a/upload/view_item.php +++ b/upload/view_item.php @@ -141,6 +141,7 @@ $photos = get_photos($clist); Assign('photos', $photos); /* CREATING LIMIT1 */ +/////////////////////////////// $page = mysql_clean($_GET['page']); $get_limit = create_query_limit($page,RESULTS); @@ -151,8 +152,8 @@ else $carray['order'] = "DESC"; $collections = $cbcollection->get_collections($carray); -assign('c',$collections); - +assign('co',$collections); //previously assign('c',$collections); +//////////////////////////////// template_files('view_item.html'); display_it();