From 1b874dc455449fca1b2185f8805e39edcb1f09ab Mon Sep 17 00:00:00 2001 From: Pierre Habouzit Date: Fri, 29 Aug 2003 10:17:45 +0000 Subject: [PATCH] to avoid a little warning --- philter/philter/include/philter.js | 1 + 1 file changed, 1 insertion(+) diff --git a/philter/philter/include/philter.js b/philter/philter/include/philter.js index 41a9122..e574de5 100644 --- a/philter/philter/include/philter.js +++ b/philter/philter/include/philter.js @@ -26,6 +26,7 @@ function getElement(obj, index) { return document.getElementById(obj); if(document.all) return document.all[obj]; + return false; } /********** ORDER FORM FUNCTIONS **********/ -- 2.1.4