phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] comic admin_options.php [Version-0_9_16-branch]


From: Dave Hall
Subject: [Phpgroupware-cvs] comic admin_options.php [Version-0_9_16-branch]
Date: Tue, 24 Oct 2006 14:01:25 +0000

CVSROOT:        /sources/phpgroupware
Module name:    comic
Branch:         Version-0_9_16-branch
Changes by:     Dave Hall <skwashd>     06/10/24 14:01:25

Modified files:
        .              : admin_options.php 

Log message:
        applying patch #5436

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/comic/admin_options.php?cvsroot=phpgroupware&only_with_tag=Version-0_9_16-branch&r1=1.5.4.1&r2=1.5.4.2

Patches:
Index: admin_options.php
===================================================================
RCS file: /sources/phpgroupware/comic/admin_options.php,v
retrieving revision 1.5.4.1
retrieving revision 1.5.4.2
diff -u -b -r1.5.4.1 -r1.5.4.2
--- admin_options.php   14 Jul 2004 08:38:48 -0000      1.5.4.1
+++ admin_options.php   24 Oct 2006 14:01:25 -0000      1.5.4.2
@@ -10,7 +10,7 @@
     *  option) any later version.                                              
*
     
\**************************************************************************/
 
-    /* $Id: admin_options.php,v 1.5.4.1 2004/07/14 08:38:48 skwashd Exp $ */
+    /* $Id: admin_options.php,v 1.5.4.2 2006/10/24 14:01:25 skwashd Exp $ */
 
        $GLOBALS['phpgw_info']['flags'] = array(
                                                'currentapp'    => 'comic',
@@ -28,8 +28,8 @@
        $image_source           = intval($_POST['image_source']);
        $censor_level           = intval($_POST['censor_level']);
        $override_enabled       = intval($_POST['override_enabled']);
-       $remote_enabled         = intval($_POST['$remote_enabled']);
-       $filesize               = intval($_POST['$filesize']);
+       $remote_enabled         = intval($_POST['remote_enabled']);
+       $filesize               = intval($_POST['filesize']);
        
        $title             = lang("Daily Comics Global Options");
        $imgsrc_label      = lang("Image Source");




reply via email to

[Prev in Thread] Current Thread [Next in Thread]