Index: trunk/phase3/includes/db/Database.php |
— | — | @@ -3303,6 +3303,7 @@ |
3304 | 3304 | * @param $tableName string |
3305 | 3305 | * @param $fName string |
3306 | 3306 | * @return bool|ResultWrapper |
| 3307 | + * @since 1.18 |
3307 | 3308 | */ |
3308 | 3309 | public function dropTable( $tableName, $fName = 'DatabaseBase::dropTable' ) { |
3309 | 3310 | if( !$this->tableExists( $tableName ) ) { |