forked from extern/egroupware
Fix typo
This commit is contained in:
parent
b176cb9256
commit
4fe9d951a8
@ -305,7 +305,7 @@ function et2_csvSplit(_str, _num, _delimiter, _enclosure)
|
||||
// Default the parameters
|
||||
if (typeof _num == "undefined")
|
||||
{
|
||||
_num == null;
|
||||
_num = null;
|
||||
}
|
||||
|
||||
if (typeof _delimiter == "undefined")
|
||||
|
Loading…
Reference in New Issue
Block a user