diff options
| author | Christian Fowler <spider@viovio.com> | 2006-09-06 05:14:30 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2006-09-06 05:14:30 +0000 |
| commit | c0191c671df38f74a6d650c2f3929e3422bf6317 (patch) | |
| tree | 51865a9368581ff1c4551e91317d5c78aba84dbe /edit.php | |
| parent | e8ceef979b04a60cd9fa6cb12cef10373a8fb68d (diff) | |
| download | fisheye-c0191c671df38f74a6d650c2f3929e3422bf6317.tar.gz fisheye-c0191c671df38f74a6d650c2f3929e3422bf6317.tar.bz2 fisheye-c0191c671df38f74a6d650c2f3929e3422bf6317.zip | |
add per gallery option for link original image
Diffstat (limited to 'edit.php')
| -rw-r--r-- | edit.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_fisheye/edit.php,v 1.15 2006/09/06 04:51:15 spiderr Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_fisheye/edit.php,v 1.16 2006/09/06 05:14:29 spiderr Exp $ * @package fisheye * @subpackage functions */ @@ -48,6 +48,7 @@ if( !empty( $_REQUEST['savegallery'] ) ) { $gContent->storePreference( 'is_public', !empty( $_REQUEST['is_public'] ) ? $_REQUEST['is_public'] : NULL ); $gContent->storePreference( 'allow_comments', !empty( $_REQUEST['allow_comments'] ) ? $_REQUEST['allow_comments'] : NULL ); $gContent->storePreference( 'gallery_pagination', !empty( $_REQUEST['gallery_pagination'] ) ? $_REQUEST['gallery_pagination'] : NULL ); + $gContent->storePreference( 'link_original_images', !empty( $_REQUEST['link_original_images'] ) ? $_REQUEST['link_original_images'] : NULL ); // make sure var is fully stuffed with current data $gContent->load(); // set the mappings, or if nothing checked, nuke them all |
