Преглед изворни кода

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 = '')
     {
         $where = $this->_whereExpr($where);
+        echo $where . ' ';
 
         /**
          * Build the DELETE statement