]> git.mjollnir.org Git - moodle.git/commitdiff
Adding not needed - but better - missing break
authorstronk7 <stronk7>
Thu, 26 Jul 2007 18:06:11 +0000 (18:06 +0000)
committerstronk7 <stronk7>
Thu, 26 Jul 2007 18:06:11 +0000 (18:06 +0000)
lib/dmllib.php

index c0a8633377b02ff7692b083bdc800093d8d7029c..502dbd357530480ebb3938622674009590050341 100644 (file)
@@ -1866,6 +1866,7 @@ function sql_bitxor($int1, $int2) {
             break;
         case 'postgres':
             return $int1 . ' # ' . $int2;
+            break;
         default:
             return $int1 . ' ^ ' . $int2;
     }