]> git.mjollnir.org Git - moodle.git/commitdiff
Merged from 1.7
authorvyshane <vyshane>
Wed, 15 Nov 2006 08:34:17 +0000 (08:34 +0000)
committervyshane <vyshane>
Wed, 15 Nov 2006 08:34:17 +0000 (08:34 +0000)
lib/ajax/ajaxlib.php

index 04bbf72b8e1bb9c42a5abe1035581688a14c4936..19812cadce026a3ac5f563f9a04932832f118b31 100644 (file)
@@ -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;
     }