forked from extern/egroupware
update cats
This commit is contained in:
parent
324b3921d7
commit
58d7129099
@ -42,6 +42,11 @@
|
||||
$c = CreateObject('phpgwapi.categories');
|
||||
$c->app_name = $cats_app;
|
||||
|
||||
if ($new_parent)
|
||||
{
|
||||
$cat_parent = $new_parent;
|
||||
}
|
||||
|
||||
if ($submit)
|
||||
{
|
||||
$errorcount = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user