CC-3174 : showbuilder

modifying times to work with scheduling times.
This commit is contained in:
Naomi Aro 2012-02-07 17:29:52 +01:00
parent 251f3a3e5b
commit aa7afce245
6 changed files with 161 additions and 56 deletions

View file

@ -330,7 +330,7 @@ class Application_Model_Schedule {
ORDER BY si.starts, sched.starts;";
Logging::log($sql);
//Logging::log($sql);
$rows = $CC_DBC->GetAll($sql);
return $rows;