Fixed issue with ERROR in campaign/ingroup name in the realtime report

git-svn-id: svn://192.168.202.10@2577 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2016-08-03 23:07:05 +00:00
parent 6c1bad6893
commit 4c0176726c
2 changed files with 14 additions and 12 deletions
+7 -6
View File
@@ -103,10 +103,11 @@
# 160413-2004 - Added WALL_4 option
# 160418-2141 - Fixed issue with WALL displays
# 160515-1300 - Added UK OFCOM feature
# 160803-1901 - Fixed issue with ERROR in campaign/ingroup name
#
$version = '2.12-91';
$build = '160515-1300';
$version = '2.12-92';
$build = '160803-1901';
header ("Content-type: text/html; charset=utf-8");
@@ -919,8 +920,8 @@ else
// alert(xmlhttp.responseText);
var Xoutput = null;
Xoutput = xmlhttp.responseText;
var regXFerr = new RegExp("ERROR","g");
var regXFscs = new RegExp("SUCCESS","g");
var regXFerr = new RegExp("ERROR:","g");
var regXFscs = new RegExp("SUCCESS:","g");
if (Xoutput.match(regXFerr))
{alert(xmlhttp.responseText);}
if (Xoutput.match(regXFscs))
@@ -994,7 +995,7 @@ else
// alert(changeQuery);
var Xoutput = null;
Xoutput = xmlhttp.responseText;
var regXFerr = new RegExp("ERROR","g");
var regXFerr = new RegExp("ERROR:","g");
if (Xoutput.match(regXFerr))
{alert(xmlhttp.responseText);}
else
@@ -1047,7 +1048,7 @@ else
// alert(xmlhttp.responseText);
var Xoutput = null;
Xoutput = xmlhttp.responseText;
var regXFerr = new RegExp("ERROR","g");
var regXFerr = new RegExp("ERROR:","g");
if (Xoutput.match(regXFerr))
{alert(xmlhttp.responseText);}
else