DirectorObjectForm: just spaces for obsolete tests

This commit is contained in:
Thomas Gelf 2015-07-30 11:47:46 +02:00
parent a88563f925
commit 5ab69a4876
1 changed files with 2 additions and 2 deletions

View File

@ -131,9 +131,9 @@ abstract class DirectorObjectForm extends QuickForm
if ($object->supportsRanges()) {
$object->ranges()->set(array(
'monday' => 'eins',
'monday' => 'eins',
'tuesday' => '00:00-24:00',
'sunday' => 'zwei',
'sunday' => 'zwei',
));
}