phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] preferences/inc class.uicategories.inc.php [Version-0


From: Dave Hall
Subject: [Phpgroupware-cvs] preferences/inc class.uicategories.inc.php [Version-0_9_16-branch]
Date: Sat, 12 Aug 2006 10:42:36 +0000

CVSROOT:        /cvsroot/phpgroupware
Module name:    preferences
Branch:         Version-0_9_16-branch
Changes by:     Dave Hall <skwashd>     06/08/12 10:42:36

Modified files:
        inc            : class.uicategories.inc.php 

Log message:
        fix parse error

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/preferences/inc/class.uicategories.inc.php?cvsroot=phpgroupware&only_with_tag=Version-0_9_16-branch&r1=1.2.2.8.2.5&r2=1.2.2.8.2.6

Patches:
Index: class.uicategories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/inc/class.uicategories.inc.php,v
retrieving revision 1.2.2.8.2.5
retrieving revision 1.2.2.8.2.6
diff -u -b -r1.2.2.8.2.5 -r1.2.2.8.2.6
--- class.uicategories.inc.php  21 Dec 2004 21:53:39 -0000      1.2.2.8.2.5
+++ class.uicategories.inc.php  12 Aug 2006 10:42:36 -0000      1.2.2.8.2.6
@@ -11,7 +11,7 @@
        * Free Software Foundation; either version 2 of the License, or (at 
your   *
        * option) any later version.                                            
   *
        
\**************************************************************************/
-       /* $Id: class.uicategories.inc.php,v 1.2.2.8.2.5 2004/12/21 21:53:39 
ceb Exp $ */
+       /* $Id: class.uicategories.inc.php,v 1.2.2.8.2.6 2006/08/12 10:42:36 
skwashd Exp $ */
 
        class uicategories
        {
@@ -486,8 +486,7 @@
                        
$GLOBALS['phpgw']->template->set_var('category_list',$this->bo->cats->formated_list(array('type'
 => $type,'selected' => $cats[0]['parent'],
                                                                                
                                                                                
                                        'globals' => $global_cats, 'self' => 
$cat_id)));
 
-                       $GLOBALS['phpgw']->template->set_var('access','<input 
type="checkbox" name="cat_access" value="True"'
-                                                                               
                . ($cats[0]['access'] == private ?' checked':'') . '>');
+                       $GLOBALS['phpgw']->template->set_var('access','<input 
type="checkbox" name="cat_access" value="True"' . ($cats[0]['access'] == 
'private' ? ' checked="checked"' : '') . '>');
 
                        if ($extra)
                        {




reply via email to

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