r111292 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r111291‎ | r111292 | r111293 >
Date:13:58, 12 February 2012
Author:jeroendedauw
Status:ok
Tags:
Comment:
follow up to r111266, missed these :/
Modified paths:
  • /trunk/phase3/includes/DBDataObject.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/DBDataObject.php
@@ -81,7 +81,7 @@
8282 * The database connection to use for read operations.
8383 * Can be changed via @see setReadDb.
8484 *
85 - * @since 0.2
 85+ * @since 1.20
8686 * @var integer DB_ enum
8787 */
8888 protected static $readDb = DB_SLAVE;
@@ -624,7 +624,7 @@
625625 /**
626626 * Get the database type used for read operations.
627627 *
628 - * @since 0.2
 628+ * @since 1.20
629629 * @return integer DB_ enum
630630 */
631631 public static function getReadDb() {
@@ -636,7 +636,7 @@
637637 *
638638 * @param integer $db
639639 *
640 - * @since 0.2
 640+ * @since 1.20
641641 */
642642 public static function setReadDb( $db ) {
643643 self::$readDb = $db;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r111266Follow up to r111264; update @since tagsjeroendedauw21:49, 11 February 2012

Status & tagging log