mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 01:18:42 +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']))
|
||||
{
|
||||
$css_string = '';
|
||||
reset($GLOBALS['phpgw_info']['theme']['css']);
|
||||
//$css_string = '<STYLE type="text/css">'."\n";
|
||||
while(list($key,$value) = each($GLOBALS['phpgw_info']['theme']['css']))
|
||||
|
Loading…
Reference in New Issue
Block a user