Skip to main content
Sign in
Snippets Groups Projects
Commit 032d8560 authored by Tomáš Plesník's avatar Tomáš Plesník
Browse files

zmena operatoru

parent 57c407e3
Branches
No related tags found
No related merge requests found
......@@ -248,7 +248,7 @@ sub getNewEvents
my $function_name = 'getNewEvents';
# parse SOAP data object
my $requested_type = $data->{'REQUESTED_TYPE'} or '_any_';
my $requested_type = $data->{'REQUESTED_TYPE'} || '_any_';
my $last_id = $data->{'LAST_ID'};
my $max_rcv_events_limit = $data->{'MAX_RCV_EVENTS_LIMIT'};
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment