Index: trunk/phase3/includes/db/Database.php |
— | — | @@ -1115,7 +1115,7 @@ |
1116 | 1116 | * @return bool |
1117 | 1117 | */ |
1118 | 1118 | function insert( $table, $a, $fname = 'DatabaseBase::insert', $options = array() ) { |
1119 | | - return this->insertOnDupeUpdate( $table, $a, $fname, $options ); |
| 1119 | + return $this->insertOnDupeUpdate( $table, $a, $fname, $options ); |
1120 | 1120 | } |
1121 | 1121 | |
1122 | 1122 | /** |