From: Niklas Laxström Date: Sun, 30 Oct 2011 13:44:27 +0000 (+0000) Subject: Hmph, yet another bug caused by not having @since X-Git-Tag: 1.31.0-rc.0~26820 X-Git-Url: http://git.cyclocoop.org//%27http:/jquery.khurshid.com/ifixpng.php/%27?a=commitdiff_plain;h=b2862028295c0e403a4ddb69ded263434993a977;p=lhc%2Fweb%2Fwiklou.git Hmph, yet another bug caused by not having @since --- diff --git a/includes/db/Database.php b/includes/db/Database.php index 5015462b63..4d1830dd30 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -3303,6 +3303,7 @@ abstract class DatabaseBase implements DatabaseType { * @param $tableName string * @param $fName string * @return bool|ResultWrapper + * @since 1.18 */ public function dropTable( $tableName, $fName = 'DatabaseBase::dropTable' ) { if( !$this->tableExists( $tableName ) ) {