summaryrefslogtreecommitdiff
path: root/edit.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2006-09-06 05:14:30 +0000
committerChristian Fowler <spider@viovio.com>2006-09-06 05:14:30 +0000
commitc0191c671df38f74a6d650c2f3929e3422bf6317 (patch)
tree51865a9368581ff1c4551e91317d5c78aba84dbe /edit.php
parente8ceef979b04a60cd9fa6cb12cef10373a8fb68d (diff)
downloadfisheye-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.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/edit.php b/edit.php
index 147f116..8126006 100644
--- a/edit.php
+++ b/edit.php
@@ -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