mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 17:44:56 +00:00
- take out echo statement
This commit is contained in:
parent
134ffcdc36
commit
6cab826d53
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user