Index: trunk/kernel/include/parseditem.php =================================================================== diff -u -r553 -r561 --- trunk/kernel/include/parseditem.php (.../parseditem.php) (revision 553) +++ trunk/kernel/include/parseditem.php (.../parseditem.php) (revision 561) @@ -1152,7 +1152,7 @@ } function CreateEmptyEditTable($idfield = null) - { + { global $objSession; if($idfield == null) $idfield = $this->GetIDField(); @@ -1163,6 +1163,7 @@ if($objSession->HasSystemPermission("DEBUG.LIST")) echo htmlentities($insert,ENT_NOQUOTES)."
\n"; $this->adodbConnection->Execute($insert); + //echo $insert."
"; } function CopyFromEditTable($idfield = null)