2
0
Преглед на файлове

added referential integrity to goals, gks and penalties
remove item not working in client code

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16313 44c647ce-9c0f-0410-b52a-842ac1e357ba

sgehrig преди 16 години
родител
ревизия
f9c2b7f644
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      library/Zend/Db/Adapter/Abstract.php

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

@@ -615,6 +615,7 @@ 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