diff --git a/lib/dmllib.php b/lib/dmllib.php index c0a8633377b..502dbd35753 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; }