CC-3177 : editing a show in the calendar brakes show edit form

This commit is contained in:
Naomi Aro 2011-12-13 11:10:04 +01:00
parent 9f25155246
commit 9275b21f48
1 changed files with 3 additions and 3 deletions

View File

@ -121,7 +121,7 @@ class Application_Model_Show {
global $CC_DBC; global $CC_DBC;
if ($deltaDay > 0) { if ($deltaDay > 0) {
return "shows can have a max length of 24 hours."; return "Shows can have a max length of 24 hours.";
} }
$hours = $deltaMin/60; $hours = $deltaMin/60;