fixup! lib/calcms: remove comments and shorten expressions
This commit is contained in:
@@ -521,7 +521,7 @@ sub delete ($$) {
|
||||
sub getDatesWithoutEvent ($$) {
|
||||
my ($config, $options) = @_;
|
||||
|
||||
for ('project_id', 'studio_id', 'form', 'till') {
|
||||
for ('project_id', 'studio_id', 'from', 'till') {
|
||||
return unless defined $options->{$_}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user