From: stronk7 Date: Thu, 26 Jul 2007 18:06:11 +0000 (+0000) Subject: Adding not needed - but better - missing break X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6287423e4ac8c08662e8643c4c7179e8b5ea1a8d;p=moodle.git Adding not needed - but better - missing break --- diff --git a/lib/dmllib.php b/lib/dmllib.php index c0a8633377..502dbd3575 100644 --- a/lib/dmllib.php +++ b/lib/dmllib.php @@ -1866,6 +1866,7 @@ function sql_bitxor($int1, $int2) { break; case 'postgres': return $int1 . ' # ' . $int2; + break; default: return $int1 . ' ^ ' . $int2; }