From 6287423e4ac8c08662e8643c4c7179e8b5ea1a8d Mon Sep 17 00:00:00 2001 From: stronk7 Date: Thu, 26 Jul 2007 18:06:11 +0000 Subject: [PATCH] Adding not needed - but better - missing break --- lib/dmllib.php | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.39.5