Added error handing todo
This commit is contained in:
parent
99eb3b6934
commit
8340db3ce9
|
@ -360,6 +360,7 @@ SQL;
|
|||
$overlap = Application_Model_Show::getShows($utcStartDateTime, $utcEndDateTime);
|
||||
|
||||
if (count($overlap) > 0) {
|
||||
// TODO : fix ghetto error handling -- RG
|
||||
return "Should not overlap shows";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue