mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
initialised var to kill warning
This commit is contained in:
parent
68074ad82e
commit
6fd3abff3b
@ -447,6 +447,8 @@
|
||||
'.col' => $this->num2chrs($show_c-1),
|
||||
'.row' => $show_row
|
||||
);
|
||||
$rows = array();
|
||||
|
||||
$data = &$grid['data'];
|
||||
reset($data);
|
||||
if (isset($data[0]))
|
||||
@ -489,7 +491,6 @@
|
||||
$cl = isset($this->class_conf[$cl]) ? $this->class_conf[$cl] : $cl;
|
||||
$rows[".$row"] .= $this->html->formatOptions($cl,'class');
|
||||
$rows[".$row"] .= $this->html->formatOptions($class,',valign');
|
||||
|
||||
reset ($cols);
|
||||
$row_data = array();
|
||||
for ($c = 0; True /*list($col,$cell) = each($cols)*/; ++$c)
|
||||
|
Loading…
Reference in New Issue
Block a user