diff options
| author | Tyler Bello <tylerbello@users.sourceforge.net> | 2009-07-14 19:39:43 +0000 |
|---|---|---|
| committer | Tyler Bello <tylerbello@users.sourceforge.net> | 2009-07-14 19:39:43 +0000 |
| commit | f1a5d4ac860196f530fb19f66f4134153a5f9d78 (patch) | |
| tree | cc549c6de1d69d0233358542c2308aa9414fa1b0 /edit.php | |
| parent | e5e1cd1df9dc644e2e06ec703128d4b2c395d6c9 (diff) | |
| download | fisheye-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.php | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 ); |
