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