phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: phpgwapi/inc class.Template.inc.php,1.22,1.23


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc class.Template.inc.php,1.22,1.23
Date: Sun, 26 May 2002 20:43:32 -0400

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv4515

Modified Files:
        class.Template.inc.php 
Log Message:
Silence undefined variable error



Index: class.Template.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/class.Template.inc.php,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** class.Template.inc.php      24 May 2002 19:15:24 -0000      1.22
--- class.Template.inc.php      27 May 2002 00:43:29 -0000      1.23
***************
*** 74,82 ****
                        $this->set_unknowns($unknowns);
                }
!               
                function update_css()
                {
                        if(@is_array($GLOBALS['phpgw_info']['theme']['css']))
                        {
                                reset($GLOBALS['phpgw_info']['theme']['css']);
                                //$css_string = '<STYLE type="text/css">'."\n";
--- 74,83 ----
                        $this->set_unknowns($unknowns);
                }
! 
                function update_css()
                {
                        if(@is_array($GLOBALS['phpgw_info']['theme']['css']))
                        {
+                               $css_string = '';
                                reset($GLOBALS['phpgw_info']['theme']['css']);
                                //$css_string = '<STYLE type="text/css">'."\n";
***************
*** 90,94 ****
                        }
                }
!               
                /* public: setroot(pathname $root)
                 * root:   new template directory.
--- 91,95 ----
                        }
                }
! 
                /* public: setroot(pathname $root)
                 * root:   new template directory.




reply via email to

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