added condition for case tracker object

This commit is contained in:
safan
2010-12-28 14:36:01 +00:00
parent 1fae4157bd
commit ba49102dd3
4 changed files with 26 additions and 28 deletions

View File

@@ -46,7 +46,7 @@ class CaseTrackerObject extends BaseCaseTrackerObject {
$oConnection->begin();
$iResult = $oCaseTrackerObject->save();
$oConnection->commit();
return true;
return $aData['CTO_UID'];
}
else {
$sMessage = '';