summaryrefslogtreecommitdiff
path: root/templates/center_list_galleries.php
diff options
context:
space:
mode:
Diffstat (limited to 'templates/center_list_galleries.php')
-rwxr-xr-xtemplates/center_list_galleries.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/center_list_galleries.php b/templates/center_list_galleries.php
index 322ed0f..e67ce34 100755
--- a/templates/center_list_galleries.php
+++ b/templates/center_list_galleries.php
@@ -35,13 +35,10 @@ if( !empty( $module_params['max_records'] ) ){
$listHash['max_records'] = $module_params['max_records'];
}
-
$galleryList = $gFisheyeGallery->getList( $listHash );
// support for div/ul/li listing of galleries
$gBitSmarty->assign( 'galleryList', $galleryList );
-
-
/* Process the input parameters this page accepts */
if (!empty($gQueryUser) && $gQueryUser->isRegistered()) {
$gBitSmarty->assign('gQueryUserId', $gQueryUser->mUserId);