From: Aaron Schulz Date: Fri, 29 Aug 2014 06:13:42 +0000 (-0700) Subject: Fixed wrong comment in DatabaseBase::getFlag X-Git-Tag: 1.31.0-rc.0~14226^2 X-Git-Url: http://git.cyclocoop.org/%22.%24match%5B1%5D.%22?a=commitdiff_plain;h=60b6dd6ffee2550d9f2f8ac2535bce4107ad968e;p=lhc%2Fweb%2Fwiklou.git Fixed wrong comment in DatabaseBase::getFlag Change-Id: Ic299f538b322a07c0ee66786bbe70cb48de3b22e --- 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 */