From 622657ad20e9dab6f45283e77c2183522a972a24 Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Sun, 12 Feb 2012 13:58:22 +0000 Subject: [PATCH] follow up to r111266, missed these :/ --- includes/DBDataObject.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/DBDataObject.php b/includes/DBDataObject.php index 8ea2769c11..bfd1287c6b 100644 --- a/includes/DBDataObject.php +++ b/includes/DBDataObject.php @@ -81,7 +81,7 @@ abstract class DBDataObject { * The database connection to use for read operations. * Can be changed via @see setReadDb. * - * @since 0.2 + * @since 1.20 * @var integer DB_ enum */ protected static $readDb = DB_SLAVE; @@ -624,7 +624,7 @@ abstract class DBDataObject { /** * Get the database type used for read operations. * - * @since 0.2 + * @since 1.20 * @return integer DB_ enum */ public static function getReadDb() { @@ -636,7 +636,7 @@ abstract class DBDataObject { * * @param integer $db * - * @since 0.2 + * @since 1.20 */ public static function setReadDb( $db ) { self::$readDb = $db; -- 2.20.1