From: Michael M Slusarz Date: Wed, 16 Dec 2009 19:40:38 +0000 (-0700) Subject: Add missing var definition X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f598cb7fe64854ecadd168416e24aae009d3fa8d;p=horde.git Add missing var definition --- diff --git a/imp/js/DimpCore.js b/imp/js/DimpCore.js index 7c2656163..5a8a3bfab 100644 --- a/imp/js/DimpCore.js +++ b/imp/js/DimpCore.js @@ -65,7 +65,7 @@ var DimpCore = { // str = (string) An IMP UID range string. parseRangeString: function(str) { - var count, end, i, mbox, + var count, end, i, mbox, uidstr, mlist = {}, uids = []; str = str.strip();