Bug #19456 » bug_9553.diff
typo3_src-4.2.2_patched/t3lib/jsfunc.validateform.js 2008-10-14 10:25:38.000000000 +0400 | ||
---|---|---|
function split(theStr1, delim, index) {
|
||
var theStr = ''+theStr1;
|
||
var lengthOfDelim = delim.length;
|
||
var a;
|
||
sPos = -lengthOfDelim;
|
||
if (index<1) {index=1;}
|
||
for (a=1; a<index; a++) {
|