mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
update cats
This commit is contained in:
parent
324b3921d7
commit
58d7129099
@ -42,6 +42,11 @@
|
|||||||
$c = CreateObject('phpgwapi.categories');
|
$c = CreateObject('phpgwapi.categories');
|
||||||
$c->app_name = $cats_app;
|
$c->app_name = $cats_app;
|
||||||
|
|
||||||
|
if ($new_parent)
|
||||||
|
{
|
||||||
|
$cat_parent = $new_parent;
|
||||||
|
}
|
||||||
|
|
||||||
if ($submit)
|
if ($submit)
|
||||||
{
|
{
|
||||||
$errorcount = 0;
|
$errorcount = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user