Debug
This commit is contained in:
parent
0ed40c5af9
commit
ed28602d9a
@ -23,6 +23,7 @@ class Application_Controller_Plugin_DataDate extends Zend_Controller_Plugin_Abst
|
||||
->where('indexingEnd IS NOT NULL')
|
||||
->order('createEnd DESC')
|
||||
->limit(1);
|
||||
Zend_Registry::get('firebug')->info($sql->__toString());
|
||||
$view->DataDate = false;
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user