Remove trailing space characters from job description
[infodrom.org/service.infodrom.org] / src / InfoCon / stempel / stempel
index 06dc909..d851455 100755 (executable)
@@ -131,6 +131,7 @@ sub open_task
                next;
            }
 
+           $task =~ s/\s*$//;
            my $query = q{INSERT INTO stempel (start,customer,task) VALUES('now()',?,?)};
            my $sth = $dbh->prepare($query);
            $sth->execute($customer, $task);