mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-01 22:47:19 +00:00
remove echo statement
This commit is contained in:
parent
170f70d005
commit
215380b806
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user