summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
authorTyler Bello <tylerbello@users.sourceforge.net>2009-07-14 19:39:43 +0000
committerTyler Bello <tylerbello@users.sourceforge.net>2009-07-14 19:39:43 +0000
commitf1a5d4ac860196f530fb19f66f4134153a5f9d78 (patch)
treecc549c6de1d69d0233358542c2308aa9414fa1b0 /edit.php
parente5e1cd1df9dc644e2e06ec703128d4b2c395d6c9 (diff)
downloadfisheye-f1a5d4ac860196f530fb19f66f4134153a5f9d78.tar.gz
fisheye-f1a5d4ac860196f530fb19f66f4134153a5f9d78.tar.bz2
fisheye-f1a5d4ac860196f530fb19f66f4134153a5f9d78.zip
fisheye_store_upload returns a hash of errors. empty hash means SUCCESS\!
Diffstat (limited to 'edit.php')
-rw-r--r--edit.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/edit.php b/edit.php
index 70e6e00..5e26b53 100644
--- a/edit.php
+++ b/edit.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_fisheye/edit.php,v 1.35 2009/03/30 15:02:44 lsces Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_fisheye/edit.php,v 1.36 2009/07/14 19:39:43 tylerbello Exp $
* @package fisheye
* @subpackage functions
*/
@@ -49,7 +49,6 @@ if( !empty( $_REQUEST['savegallery'] ) ) {
$_REQUEST['rows_per_page'] = $_REQUEST['images_per_page'];
$_REQUEST['cols_per_page'] = '1';
}
-
if( $gContent->store( $_REQUEST ) ) {
$gContent->storePreference( 'is_public', !empty( $_REQUEST['is_public'] ) ? $_REQUEST['is_public'] : NULL );
$gContent->storePreference( 'allow_comments', !empty( $_REQUEST['allow_comments'] ) ? $_REQUEST['allow_comments'] : NULL );