remove echo statement

This commit is contained in:
Uwe Steinmann 2015-08-05 22:45:57 +02:00
parent 170f70d005
commit 215380b806

View File

@ -1671,7 +1671,6 @@ class SeedDMS_Core_DMS {
}
$queryStr = "INSERT INTO tblTransmittals (name, comment, userID) VALUES (".$this->db->qstr($name).", ".$this->db->qstr($comment).", ".$user->getID().")";
echo $queryStr;
if (!$this->db->getResult($queryStr))
return false;