| 79 |     my $sth=$dbh->prepare("Insert into action_logs (timestamp,user,module,action,object,info) values (now(),?,?,?,?,?)"); | 80 |     my $sth=$dbh->prepare("Insert into action_logs (timestamp,user,module,action,object,info) values (now(),?,?,?,?,?)"); | 
        
          | 80 |     $sth->execute($usernumber,$modulename,$actionname,$objectnumber,$infos); | 81 |     $sth->execute($usernumber,$modulename,$actionname,$objectnumber,$infos); |