r101301 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r101300‎ | r101301 | r101302 >
Date:13:44, 30 October 2011
Author:nikerabbit
Status:ok
Tags:
Comment:
Hmph, yet another bug caused by not having @since
Modified paths:
  • /trunk/phase3/includes/db/Database.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/db/Database.php
@@ -3303,6 +3303,7 @@
33043304 * @param $tableName string
33053305 * @param $fName string
33063306 * @return bool|ResultWrapper
 3307+ * @since 1.18
33073308 */
33083309 public function dropTable( $tableName, $fName = 'DatabaseBase::dropTable' ) {
33093310 if( !$this->tableExists( $tableName ) ) {

Status & tagging log