From 4fe9d951a8f87ecc30d4ed571f771f001201a9ee Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 15 Aug 2011 18:54:13 +0000 Subject: [PATCH] Fix typo --- etemplate/js/et2_common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/js/et2_common.js b/etemplate/js/et2_common.js index dd4ebc4ec9..15bf011d77 100644 --- a/etemplate/js/et2_common.js +++ b/etemplate/js/et2_common.js @@ -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")