Fix fail double pasting from r95497

This commit is contained in:
Sam Reed 2011-08-25 17:48:55 +00:00
parent 4d21db9f0b
commit 8c59bf69ee

View file

@ -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;