diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-07-17 17:36:03 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-07-17 17:36:03 +0000 |
| commit | bed166d3feb3d32725782b2834fb36032aad1ba8 (patch) | |
| tree | 378d40291f89dbf547f6ce618610e4a0aa634b3f /edit_image.php | |
| parent | bd10b08318a6c42661f584dee8cea4d06bd6b591 (diff) | |
| download | fisheye-bed166d3feb3d32725782b2834fb36032aad1ba8.tar.gz fisheye-bed166d3feb3d32725782b2834fb36032aad1ba8.tar.bz2 fisheye-bed166d3feb3d32725782b2834fb36032aad1ba8.zip | |
Merge recent changes from R1 to HEAD - never doing this again.
Diffstat (limited to 'edit_image.php')
| -rw-r--r-- | edit_image.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/edit_image.php b/edit_image.php index 72a92bc..619cefb 100644 --- a/edit_image.php +++ b/edit_image.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_fisheye/edit_image.php,v 1.2 2005/06/28 07:45:42 spiderr Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_fisheye/edit_image.php,v 1.3 2005/07/17 17:36:02 squareing Exp $ * @package fisheye * @subpackage functions */ @@ -97,7 +97,7 @@ $gContent->loadParentGalleries(); // Get a list of all existing galleries $gFisheyeGallery = new FisheyeGallery(); -$listHash = array( 'user_id'=>$gContent->mInfo['user_id'], 'max_records' => -1 ); +$listHash = array( 'user_id'=>$gContent->mInfo['user_id'], 'max_records' => -1, 'no_thumbnails' => TRUE, 'sort_mode'=>'title_asc' ); $galleryList = $gFisheyeGallery->getList( $listHash ); $smarty->assign_by_ref('galleryList', $galleryList); |
