Added error handing todo

This commit is contained in:
Rudi Grinberg 2012-09-10 11:53:22 -04:00
parent 99eb3b6934
commit 8340db3ce9
1 changed files with 1 additions and 0 deletions

View File

@ -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";
}
}