Index: trunk/phase3/includes/db/DatabaseOracle.php |
— | — | @@ -1041,11 +1041,11 @@ |
1042 | 1042 | } |
1043 | 1043 | |
1044 | 1044 | function bitAnd($fieldLeft, $fieldRight) { |
1045 | | - return 'BITAND('$fieldLeft.', '.$fieldRight.')'; |
| 1045 | + return 'BITAND('.$fieldLeft.', '.$fieldRight.')'; |
1046 | 1046 | } |
1047 | 1047 | |
1048 | 1048 | function bitOr($fieldLeft, $fieldRight) { |
1049 | | - return 'BITOR('$fieldLeft.', '.$fieldRight.')'; |
| 1049 | + return 'BITOR('.$fieldLeft.', '.$fieldRight.')'; |
1050 | 1050 | } |
1051 | 1051 | |
1052 | 1052 | public function setTimeout( $timeout ) { |