phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/inc class.Admin_ManageCategories_UI.inc.


From: Patrick Walsh <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/inc class.Admin_ManageCategories_UI.inc.php,1.4,1.5
Date: Fri, 13 Sep 2002 17:07:37 -0400

Update of /cvsroot/phpgroupware/sitemgr/inc
In directory subversions:/tmp/cvs-serv9056

Modified Files:
        class.Admin_ManageCategories_UI.inc.php 
Log Message:
stupid & nbsp ; bug


Index: class.Admin_ManageCategories_UI.inc.php
===================================================================
RCS file: 
/cvsroot/phpgroupware/sitemgr/inc/class.Admin_ManageCategories_UI.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** class.Admin_ManageCategories_UI.inc.php     11 Sep 2002 06:22:44 -0000      
1.4
--- class.Admin_ManageCategories_UI.inc.php     13 Sep 2002 21:07:34 -0000      
1.5
***************
*** 95,100 ****
                                                                $buffer = '';
                                                        }
!                                                       $buffer = 
str_pad($buffer,$this->cat->depth*18,
!                                                               
'&nbsp;',STR_PAD_LEFT);
                                                        
$this->t->set_var('buffer', $buffer);
                                                        
$this->t->set_var('category', $this->cat->name);
--- 95,100 ----
                                                                $buffer = '';
                                                        }
!                                                       $buffer = 
str_pad('',$this->cat->depth*18,
!                                                               
'&nbsp;',STR_PAD_LEFT).$buffer;
                                                        
$this->t->set_var('buffer', $buffer);
                                                        
$this->t->set_var('category', $this->cat->name);





reply via email to

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