Commit 7e2e33eb authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Code cleanup

parent 1f790d80
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -38,10 +38,8 @@ GetOptions(
	'debug'     => \$debug,
);

$post{place_origin} = $from[0];
$post{name_origin} = $from[1];
$post{place_destination} = $to[0];
$post{name_destination} = $to[1];
@post{'place_origin','name_origin'} = @from;
@post{'place_destination','name_destination'} = @to;

if ($time) {
	@post{'itdTimeHour','itdTimeMinute'} = split(/:/, $time);