fixed bug 655555
This commit is contained in:
parent
4c4a36faa7
commit
273f7c000f
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ sub page {
|
|||
$operationOutput = _processOperations();
|
||||
$wobjectOutput = _processFunctions();
|
||||
}
|
||||
if ($operationOutput eq "" && $session{setting}{trackPageStatistics}) {
|
||||
if ($operationOutput eq "" && $session{setting}{trackPageStatistics} && $session{form}{wid} ne "new") {
|
||||
WebGUI::SQL->write("insert into pageStatistics (dateStamp, userId, username, ipAddress, userAgent, referer,
|
||||
pageId, pageTitle, wobjectId, function) values (".time().",".$session{user}{userId}
|
||||
.",".quote($session{user}{username}).",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue