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