Jelajahi Sumber

[GENERIC] Revert bad commit (SVN16313)

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16314 44c647ce-9c0f-0410-b52a-842ac1e357ba
mikaelkael 16 tahun lalu
induk
melakukan
bfae6e0755
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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