mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 16:29:22 +01:00
Silence undefined variable error
This commit is contained in:
parent
5cf60ba4ee
commit
d9ac13b22a
@ -78,6 +78,7 @@
|
|||||||
{
|
{
|
||||||
if(@is_array($GLOBALS['phpgw_info']['theme']['css']))
|
if(@is_array($GLOBALS['phpgw_info']['theme']['css']))
|
||||||
{
|
{
|
||||||
|
$css_string = '';
|
||||||
reset($GLOBALS['phpgw_info']['theme']['css']);
|
reset($GLOBALS['phpgw_info']['theme']['css']);
|
||||||
//$css_string = '<STYLE type="text/css">'."\n";
|
//$css_string = '<STYLE type="text/css">'."\n";
|
||||||
while(list($key,$value) = each($GLOBALS['phpgw_info']['theme']['css']))
|
while(list($key,$value) = each($GLOBALS['phpgw_info']['theme']['css']))
|
||||||
|
Loading…
Reference in New Issue
Block a user