mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Adding not needed - but better - missing break
This commit is contained in:
parent
fd5d527925
commit
6287423e4a
@ -1866,6 +1866,7 @@ function sql_bitxor($int1, $int2) {
|
||||
break;
|
||||
case 'postgres':
|
||||
return $int1 . ' # ' . $int2;
|
||||
break;
|
||||
default:
|
||||
return $int1 . ' ^ ' . $int2;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user