summaryrefslogtreecommitdiff
path: root/upload.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2006-11-10 15:49:13 +0000
committerChristian Fowler <spider@viovio.com>2006-11-10 15:49:13 +0000
commit50078337c9ebae99cc2d258d37f33d5624b2495b (patch)
tree81f36dbe7c0b50863084dd6ca1f392cd8aaeace5 /upload.php
parentbe3dc6edb5ed4eaa184db590dcecf366ce0c0787 (diff)
downloadfisheye-50078337c9ebae99cc2d258d37f33d5624b2495b.tar.gz
fisheye-50078337c9ebae99cc2d258d37f33d5624b2495b.tar.bz2
fisheye-50078337c9ebae99cc2d258d37f33d5624b2495b.zip
remove show_public for upload since that quickly gets out of control with large sites. better to have the icon 'Add Image' to add directly to public galleries
Diffstat (limited to 'upload.php')
-rw-r--r--upload.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/upload.php b/upload.php
index afd6d41..2320b73 100644
--- a/upload.php
+++ b/upload.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_fisheye/upload.php,v 1.19 2006/11/07 12:11:51 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_fisheye/upload.php,v 1.20 2006/11/10 15:49:13 spiderr Exp $
* @package fisheye
* @subpackage functions
*/
@@ -85,7 +85,6 @@ $listHash = array(
'no_thumbnails'=>TRUE,
'sort_mode'=>'title_asc',
'show_empty' => TRUE,
- 'show_public' => TRUE
);
$galleryList = $gFisheyeGallery->getList( $listHash );
$gBitSmarty->assign_by_ref( 'galleryList', $galleryList['data'] );