This commit is contained in:
Nathan Gray 2011-08-15 18:54:13 +00:00
parent b176cb9256
commit 4fe9d951a8

View File

@ -305,7 +305,7 @@ function et2_csvSplit(_str, _num, _delimiter, _enclosure)
// Default the parameters // Default the parameters
if (typeof _num == "undefined") if (typeof _num == "undefined")
{ {
_num == null; _num = null;
} }
if (typeof _delimiter == "undefined") if (typeof _delimiter == "undefined")