- take out echo statement

This commit is contained in:
steinm 2013-02-06 13:53:20 +00:00
parent 134ffcdc36
commit 6cab826d53

View File

@ -255,7 +255,6 @@ class LetoDMS_Core_Workflow { /* {{{ */
$db->startTransaction();
$queryStr = "INSERT INTO tblWorkflowTransitions (workflow, state, action, nextstate) VALUES (".$this->_id.", ".$state->getID().", ".$action->getID().", ".$nextstate->getID().")";
echo $queryStr;
if (!$db->getResult($queryStr)) {
$db->rollbackTransaction();
return false;