浏览代码

[GENERIC] Revert bad commit (SVN16313)

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16314 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael 16 年之前
父节点
当前提交
bfae6e0755
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      library/Zend/Db/Adapter/Abstract.php

+ 0 - 1
library/Zend/Db/Adapter/Abstract.php

@@ -615,7 +615,6 @@ abstract class Zend_Db_Adapter_Abstract
     public function delete($table, $where = '')
     public function delete($table, $where = '')
     {
     {
         $where = $this->_whereExpr($where);
         $where = $this->_whereExpr($where);
-        echo $where . ' ';
 
 
         /**
         /**
          * Build the DELETE statement
          * Build the DELETE statement