mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 21:01:30 +02:00
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
|
// Default the parameters
|
||||||
if (typeof _num == "undefined")
|
if (typeof _num == "undefined")
|
||||||
{
|
{
|
||||||
_num == null;
|
_num = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (typeof _delimiter == "undefined")
|
if (typeof _delimiter == "undefined")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user