Cleanup use of template

This commit is contained in:
Miles Lott 2001-05-10 13:49:39 +00:00
parent 6e55f7b3dd
commit 911a98e380

View File

@ -194,6 +194,8 @@
$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');
$catinfo = $cat->return_single($fields[0]['cat_id']);