small bug fixes
git-svn-id: svn://192.168.202.10@1559 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user