|
@@ -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
|