small bug fixes

git-svn-id: svn://192.168.202.10@1559 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
mattf
2010-11-30 14:21:05 +00:00
parent 1c1cb882c7
commit 5f44728c8c
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ if (length($ARGV[0])>1)
print " [-purge-non-cb] = delete callback records of leads with no CBHOLD/CALLBK status\n";
print " [-t] = test\n";
print " [-q] = quiet\n";
print " [-debug] = verbose debug messages\n\n";
print " [-debug] = verbose debug messages\n";
print " [-debugX] = extra verbose debug messages\n\n";
exit;
}
+4 -4
View File
@@ -9146,13 +9146,13 @@ else
else
{web_form_varsX = '?' + web_form_varsX}
TEMP_VDIC_web_form_address = encoded + "" + web_form_varsX;
var TEMPX_VDIC_web_form_address = encoded + "" + web_form_varsX;
var regWFAqavars = new RegExp("\\?&","ig");
var regWFAaavars = new RegExp("&&","ig");
TEMP_VDIC_web_form_address = TEMP_VDIC_web_form_address.replace(regWFAqavars, '?');
TEMP_VDIC_web_form_address = TEMP_VDIC_web_form_address.replace(regWFAaavars, '&');
encoded = TEMP_VDIC_web_form_address;
TEMPX_VDIC_web_form_address = TEMPX_VDIC_web_form_address.replace(regWFAqavars, '?');
TEMPX_VDIC_web_form_address = TEMPX_VDIC_web_form_address.replace(regWFAaavars, '&');
encoded = TEMPX_VDIC_web_form_address;
}
if (scriptformat == 'YES')
{