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