From 2374fa0410ff4489db7913f3d9a63c0ce06f103a Mon Sep 17 00:00:00 2001 From: Robert Anderson <randerson@lbsd.net> Date: Wed, 1 Apr 2009 11:38:41 +0000 Subject: [PATCH] fixed syntax --- webui/user-logs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/user-logs.php b/webui/user-logs.php index e2a1c2b5..aeb92652 100644 --- a/webui/user-logs.php +++ b/webui/user-logs.php @@ -163,7 +163,7 @@ if (isset($_POST['user_id'])) { $res->execute($extraSQLVals); $totalInputData = 0; - $totalOutputData =0; + $totalOutputData = 0; $totalSessionTime = 0; $rownums = 0; -- GitLab