From 283792a04babbc9d7b56e0892b92206f9e99245a Mon Sep 17 00:00:00 2001 From: mattf Date: Fri, 30 Nov 2012 02:38:48 +0000 Subject: [PATCH] small fix for realtime report for chooser link and fram position, issue #584, reported by DomeDan git-svn-id: svn://192.168.202.10@1889 3d104415-ff17-0410-8863-d5cf3c621b8a --- www/vicidial/realtime_report.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/www/vicidial/realtime_report.php b/www/vicidial/realtime_report.php index b28ed6d9..2da0e86f 100644 --- a/www/vicidial/realtime_report.php +++ b/www/vicidial/realtime_report.php @@ -20,10 +20,11 @@ # 110516-2128 - IE fix # 110526-1807 - Added webphone_auto_answer option # 120223-1917 - Added multi-user-group options +# 121129-2131 - Fixed Choose link position # -$version = '2.4-9'; -$build = '120223-1917'; +$version = '2.6-10'; +$build = '121129-2131'; header ("Content-type: text/html; charset=utf-8"); @@ -1400,9 +1401,9 @@ echo "\n-->\n $stmt = "select count(*) from vicidial_campaigns where active='Y' and campaign_allow_inbound='Y' $group_SQLand;"; $rslt=mysql_query($stmt, $link); - if ($DB) {echo "$stmt\n";} - $row=mysql_fetch_row($rslt); - $campaign_allow_inbound = $row[0]; +if ($DB) {echo "$stmt\n";} +$row=mysql_fetch_row($rslt); +$campaign_allow_inbound = $row[0]; echo "\n"; echo "$report_name: $group\n"; @@ -1437,12 +1438,12 @@ echo "\n"; #echo "\n"; echo "Real-Time Report                                                                               \n"; -echo "\n"; +echo "\n"; echo "
\n"; echo "Choose Report Display Options"; echo "
\n"; echo "
\n"; -echo "\n"; +echo "\n"; echo "
\n"; echo ""; echo "
\n";