Fix fail double pasting from r95497
This commit is contained in:
parent
4d21db9f0b
commit
8c59bf69ee
1 changed files with 2 additions and 2 deletions
|
|
@ -1194,7 +1194,6 @@ class DatabaseOracle extends DatabaseBase {
|
|||
$sql .= $sqlSet;
|
||||
}
|
||||
|
||||
if ( $conds !== array() && $conds !== '*' ) {
|
||||
if ( $conds !== array() && $conds !== '*' ) {
|
||||
$conds = $this->wrapConditionsForWhere( $table, $conds );
|
||||
$sql .= ' WHERE ' . $this->makeList( $conds, LIST_AND );
|
||||
|
|
@ -1284,7 +1283,8 @@ class DatabaseOracle extends DatabaseBase {
|
|||
return 'BITOR(' . $fieldLeft . ', ' . $fieldRight . ')';
|
||||
}
|
||||
|
||||
function setFakeMaster( $enabled = true ) { }
|
||||
function setFakeMaster( $enabled = true ) {
|
||||
}
|
||||
|
||||
function getDBname() {
|
||||
return $this->mDBname;
|
||||
|
|
|
|||
Loading…
Reference in a new issue