phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: preferences/inc class.uicategories.inc.php,1.2.2


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: preferences/inc class.uicategories.inc.php,1.2.2.6,1.2.2.7
Date: Wed, 30 Oct 2002 11:59:48 -0500

Update of /cvsroot/phpgroupware/preferences/inc
In directory subversions:/tmp/cvs-serv5287

Modified Files:
      Tag: Version-0_9_14-branch
        class.uicategories.inc.php 
Log Message:
fix for fix in revision 1.2.2.6 ;-)

Index: class.uicategories.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/preferences/inc/class.uicategories.inc.php,v
retrieving revision 1.2.2.6
retrieving revision 1.2.2.7
diff -C2 -r1.2.2.6 -r1.2.2.7
*** class.uicategories.inc.php  4 Oct 2002 19:31:35 -0000       1.2.2.6
--- class.uicategories.inc.php  30 Oct 2002 16:59:46 -0000      1.2.2.7
***************
*** 470,474 ****
                        
$this->t->set_var('cat_description',$GLOBALS['phpgw']->strip_html($cats[0]['description']));
  
!                       $this->template->set_var('hidden_vars','<input 
type="hidden" name="old_parent" value="' . $cats[0]['parent'] . '">');
  
                        if ($cats_level)
--- 470,474 ----
                        
$this->t->set_var('cat_description',$GLOBALS['phpgw']->strip_html($cats[0]['description']));
  
!                       $this->t->set_var('hidden_vars','<input type="hidden" 
name="old_parent" value="' . $cats[0]['parent'] . '">');
  
                        if ($cats_level)





reply via email to

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