]> git.mjollnir.org Git - moodle.git/commitdiff
Typo! :-(
authorstronk7 <stronk7>
Mon, 4 Sep 2006 22:17:28 +0000 (22:17 +0000)
committerstronk7 <stronk7>
Mon, 4 Sep 2006 22:17:28 +0000 (22:17 +0000)
lib/setuplib.php

index 552305158f3ba40c6b3e026d0cc248d714c39236..3d9834b8cdfe275eceaad26aafb4ee2bf6682391 100644 (file)
@@ -120,7 +120,7 @@ function setup_is_unicodedb() {
         case 'mssql':
         /// MSSQL only runs under UTF8 + the proper ODBTP driver (both for Unix and Win32)
             $unicodedb = true;
-            break:
+            break;
     }
     return $unicodedb;
 }