update cats

This commit is contained in:
bettina 2001-07-19 21:45:28 +00:00
parent 324b3921d7
commit 58d7129099

View File

@ -42,6 +42,11 @@
$c = CreateObject('phpgwapi.categories');
$c->app_name = $cats_app;
if ($new_parent)
{
$cat_parent = $new_parent;
}
if ($submit)
{
$errorcount = 0;