diff --git a/agc_2-X/trunk/www/vicidial/realtime_report.php b/agc_2-X/trunk/www/vicidial/realtime_report.php index b28ed6d9..2da0e86f 100644 --- a/agc_2-X/trunk/www/vicidial/realtime_report.php +++ b/agc_2-X/trunk/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 "
| \n"; echo "Choose Report Display Options"; echo " |
| \n"; echo ""; echo " |