CC-3177 : editing a show in the calendar brakes show edit form
This commit is contained in:
parent
9f25155246
commit
9275b21f48
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue