CC-733 : export broadcast logs

exporting stats based on czech law
This commit is contained in:
Naomi Aro 2012-03-08 18:30:56 +01:00
parent 7a5054655e
commit 53b8eb2724
9 changed files with 331 additions and 3 deletions

View file

@ -1480,8 +1480,8 @@ class Application_Model_Show {
$sql = $sql." AND ({$exclude})";
}
Logging::log("getShows");
Logging::log($sql);
//Logging::log("getShows");
//Logging::log($sql);
return $CC_DBC->GetAll($sql);
}