Silence undefined variable error

This commit is contained in:
Miles Lott 2002-05-27 00:43:29 +00:00
parent 5cf60ba4ee
commit d9ac13b22a

View File

@ -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']))