Index: trunk/phase3/includes/db/DatabaseOracle.php |
— | — | @@ -1195,7 +1195,6 @@ |
1196 | 1196 | } |
1197 | 1197 | |
1198 | 1198 | if ( $conds !== array() && $conds !== '*' ) { |
1199 | | - if ( $conds !== array() && $conds !== '*' ) { |
1200 | 1199 | $conds = $this->wrapConditionsForWhere( $table, $conds ); |
1201 | 1200 | $sql .= ' WHERE ' . $this->makeList( $conds, LIST_AND ); |
1202 | 1201 | } |
— | — | @@ -1284,7 +1283,8 @@ |
1285 | 1284 | return 'BITOR(' . $fieldLeft . ', ' . $fieldRight . ')'; |
1286 | 1285 | } |
1287 | 1286 | |
1288 | | - function setFakeMaster( $enabled = true ) { } |
| 1287 | + function setFakeMaster( $enabled = true ) { |
| 1288 | + } |
1289 | 1289 | |
1290 | 1290 | function getDBname() { |
1291 | 1291 | return $this->mDBname; |