diff options
| author | Christian Fowler <spider@viovio.com> | 2006-11-10 15:49:13 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-11-10 15:49:13 +0000 |
| commit | 50078337c9ebae99cc2d258d37f33d5624b2495b (patch) | |
| tree | 81f36dbe7c0b50863084dd6ca1f392cd8aaeace5 /upload.php | |
| parent | be3dc6edb5ed4eaa184db590dcecf366ce0c0787 (diff) | |
| download | fisheye-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.php | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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'] ); |
