mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 09:38:53 +01:00
"killed a warning"
This commit is contained in:
parent
cbd945c239
commit
0eac6dd897
@ -429,7 +429,7 @@
|
|||||||
$cols['__content__'] =& $content;
|
$cols['__content__'] =& $content;
|
||||||
$tmpl->widget_tree_walk(array($this,'_cols_from_tpl_walker'),$cols);
|
$tmpl->widget_tree_walk(array($this,'_cols_from_tpl_walker'),$cols);
|
||||||
unset($cols['__content__']);
|
unset($cols['__content__']);
|
||||||
$name2col = $cols['name2col']; unset($cols['name2col']);
|
$name2col = $cols['name2col'] ? $cols['name2col'] : array(); unset($cols['name2col']);
|
||||||
//_debug_array($cols);
|
//_debug_array($cols);
|
||||||
foreach($cols as $name => $label)
|
foreach($cols as $name => $label)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user