Project

General

Profile

Bug #19456 » bug_9553_v2.diff

Administrator Admin, 2008-10-15 01:37

View differences:

typo3_src-4.2.2_patched/t3lib/jsfunc.validateform.js 2008-10-15 03:26:57.000000000 +0400
var theEreg = '';
var theEregMsg = '';
var specialMode = '';
var theLabel, a;
while (theField) {
theEreg = '';
......
function split(theStr1, delim, index) {
var theStr = ''+theStr1;
var lengthOfDelim = delim.length;
sPos = -lengthOfDelim;
var sPos = -lengthOfDelim;
var a, ePos;
if (index<1) {index=1;}
for (a=1; a<index; a++) {
sPos = theStr.indexOf(delim, sPos+lengthOfDelim);
(2-2/2)