CC-4414: Unused local variables in forms
-done
This commit is contained in:
parent
32b1ee95b7
commit
9c8f4fe404
2 changed files with 0 additions and 7 deletions
|
@ -87,9 +87,6 @@ class Application_Form_AddShowWhen extends Zend_Form_SubForm
|
|||
{
|
||||
$valid = true;
|
||||
|
||||
$hours;
|
||||
$minutes;
|
||||
|
||||
$start_time = $formData['add_show_start_date']." ".$formData['add_show_start_time'];
|
||||
$end_time = $formData['add_show_end_date_no_repeat']." ".$formData['add_show_end_time'];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue