From 2a0d551ca58a2b5c5912eef7f44691fa606985fc Mon Sep 17 00:00:00 2001 From: vyshane Date: Wed, 15 Nov 2006 08:34:17 +0000 Subject: [PATCH] Merged from 1.7 --- lib/ajax/ajaxlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ajax/ajaxlib.php b/lib/ajax/ajaxlib.php index 04bbf72b8e..19812cadce 100644 --- a/lib/ajax/ajaxlib.php +++ b/lib/ajax/ajaxlib.php @@ -11,7 +11,7 @@ function require_js($list) { if (!check_browser_version('MSIE', 6.0) && !check_browser_version('Firefox', 1.5) - && !check_browser_version('Camino', 1.0.2)) { + && !check_browser_version('Camino', '1.0.2')) { // We still have issues with AJAX in other browsers. return; } -- 2.39.5