Index: trunk/kernel/include/category.php =================================================================== diff -u -r676 -r701 --- trunk/kernel/include/category.php (.../category.php) (revision 676) +++ trunk/kernel/include/category.php (.../category.php) (revision 701) @@ -2180,7 +2180,7 @@ function CopyFromEditTable($idfield) { global $objGroups, $objSession, $objPermList; - + $GLOBALS['_CopyFromEditTable']=1; $objPermList = new clsPermList(); $edit_table = $objSession->GetEditTable($this->SourceTable); @@ -2223,6 +2223,7 @@ $rs->MoveNext(); } @$this->adodbConnection->Execute("DROP TABLE IF EXISTS $edit_table"); + unset($GLOBALS['_CopyFromEditTable']); //$this->UpdateMissingCacheData(); }