mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-27 02:14:45 +01:00
Cleanup use of template
This commit is contained in:
parent
6e55f7b3dd
commit
911a98e380
@ -194,6 +194,8 @@
|
|||||||
$t->parse('cols','view_row',True);
|
$t->parse('cols','view_row',True);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// Following cleans up view_row, since we were only using it to fill {cols}
|
||||||
|
$t->set_var('view_row','');
|
||||||
|
|
||||||
$cat = CreateObject('phpgwapi.categories');
|
$cat = CreateObject('phpgwapi.categories');
|
||||||
$catinfo = $cat->return_single($fields[0]['cat_id']);
|
$catinfo = $cat->return_single($fields[0]['cat_id']);
|
||||||
|
Loading…
Reference in New Issue
Block a user