mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Adding not needed - but better - missing break
This commit is contained in:
parent
fd5d527925
commit
6287423e4a
1 changed files with 1 additions and 0 deletions
|
@ -1866,6 +1866,7 @@ function sql_bitxor($int1, $int2) {
|
||||||
break;
|
break;
|
||||||
case 'postgres':
|
case 'postgres':
|
||||||
return $int1 . ' # ' . $int2;
|
return $int1 . ' # ' . $int2;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
return $int1 . ' ^ ' . $int2;
|
return $int1 . ' ^ ' . $int2;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue