Adding not needed - but better - missing break

This commit is contained in:
stronk7 2007-07-26 18:06:11 +00:00
parent fd5d527925
commit 6287423e4a

View File

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