소스 검색

[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