From 7293e003e7634822c09eeaaa250f9987aed7d721 Mon Sep 17 00:00:00 2001 From: mattf Date: Thu, 7 Sep 2006 13:50:53 +0000 Subject: [PATCH] updated user_stats.php git-svn-id: svn://192.168.202.10@254 3d104415-ff17-0410-8863-d5cf3c621b8a --- VICIDIAL_web/user_stats.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VICIDIAL_web/user_stats.php b/VICIDIAL_web/user_stats.php index bdada22..ba10a76 100644 --- a/VICIDIAL_web/user_stats.php +++ b/VICIDIAL_web/user_stats.php @@ -258,7 +258,7 @@ echo "LAST 50 CALLS:\n"; echo "\n"; echo "\n"; - $stmt="select * from vicidial_log where user='" . mysql_real_escape_string($user) . "' order by uniqueid desc limit 50;"; + $stmt="select * from vicidial_log where user='" . mysql_real_escape_string($user) . "' order by call_date desc limit 50;"; $rslt=mysql_query($stmt, $link); $logs_to_print = mysql_num_rows($rslt);
DATE/TIME LENGTH STATUS PHONE CAMPAIGN LIST LEAD