From f133e229cf3a4df339113b97ac6834532b4215d6 Mon Sep 17 00:00:00 2001 From: Git Date: Sun, 20 May 2012 08:00:10 +0000 Subject: [PATCH] Empty commit --- sections/userhistory/ip_history.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sections/userhistory/ip_history.php b/sections/userhistory/ip_history.php index bd2ee92a..c2e22201 100644 --- a/sections/userhistory/ip_history.php +++ b/sections/userhistory/ip_history.php @@ -42,7 +42,7 @@ function ShowIPs(rowname) { h1.EndTime, GROUP_CONCAT(h2.UserID SEPARATOR '|'), GROUP_CONCAT(h2.StartTime SEPARATOR '|'), - GROUP_CONCAT(h2.EndTime SEPARATOR '|'), + GROUP_CONCAT(IFNULL(h2.EndTime,0) SEPARATOR '|'), GROUP_CONCAT(um2.Username SEPARATOR '|'), GROUP_CONCAT(um2.Enabled SEPARATOR '|'), GROUP_CONCAT(ui2.Donor SEPARATOR '|'), @@ -62,7 +62,7 @@ function ShowIPs(rowname) { h1.EndTime, GROUP_CONCAT(h2.UserID SEPARATOR '|'), GROUP_CONCAT(h2.StartTime SEPARATOR '|'), - GROUP_CONCAT(h2.EndTime SEPARATOR '|'), + GROUP_CONCAT(IFNULL(h2.EndTime,0) SEPARATOR '|'), GROUP_CONCAT(um2.Username SEPARATOR '|'), GROUP_CONCAT(um2.Enabled SEPARATOR '|'), GROUP_CONCAT(ui2.Donor SEPARATOR '|'),