Browse Source

[GENERIC] Revert bad commit (SVN16313)

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16314 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael 17 năm trước cách đây
mục cha
commit
bfae6e0755
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 = '')
     {
         $where = $this->_whereExpr($where);
-        echo $where . ' ';
 
         /**
          * Build the DELETE statement