Commit 5730afea by Alexander Kochetov

Removed echo

parent e96a012d
......@@ -429,7 +429,6 @@ class DbManager extends Manager
*/
public function createItem($name, $type, $description = '', $bizRule = null, $data = null)
{
echo $name;
$this->db->createCommand()
->insert($this->itemTable, array(
'name' => $name,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment