Syntax clean.
This commit is contained in:
parent
b5d263e693
commit
c4553012d1
44 changed files with 88 additions and 87 deletions
|
|
@ -58,8 +58,8 @@ sub add {
|
|||
my $assetId = shift;
|
||||
$session->db->write("insert into passiveProfileLog (passiveProfileLogId, userId, sessionId, assetId, dateOfEntry) values (?,?,?,?,?)",
|
||||
[
|
||||
$session->id->generate(), $session->user->userId,
|
||||
$session->var->get("sessionId"), $assetId,
|
||||
$session->id->generate(), $session->user->userId,
|
||||
$session->getId, $assetId,
|
||||
time(),
|
||||
]);
|
||||
return undef;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue