Przeglądaj źródła

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 lat temu
rodzic
commit
f9c2b7f644
1 zmienionych plików z 1 dodań i 0 usunięć
  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 = '')
     {
         $where = $this->_whereExpr($where);
+        echo $where . ' ';
 
         /**
          * Build the DELETE statement