From 60b6dd6ffee2550d9f2f8ac2535bce4107ad968e Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 28 Aug 2014 23:13:42 -0700 Subject: [PATCH] Fixed wrong comment in DatabaseBase::getFlag Change-Id: Ic299f538b322a07c0ee66786bbe70cb48de3b22e --- includes/db/Database.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/includes/db/Database.php b/includes/db/Database.php index a46ee1c068..9584e466f1 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -679,8 +679,6 @@ abstract class DatabaseBase implements IDatabase, DatabaseType { * - DBO_DEBUG: output some debug info (same as debug()) * - DBO_NOBUFFER: don't buffer results (inverse of bufferResults()) * - DBO_TRX: automatically start transactions - * - DBO_DEFAULT: automatically sets DBO_TRX if not in command line mode - * and removes it in command line mode * - DBO_PERSISTENT: use persistant database connection * @return bool */ -- 2.20.1