X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2Frdbms%2Fdatabase%2FIDatabase.php;h=aeefacd4b87da8bef9a2df2a327550651e060e0a;hb=d835ee699cb69d12e871a1263c237708cd9c0871;hp=7452278796d6b578af3fbba6501f608b70501e61;hpb=956ffb9cd77bb9748cf7bc425d50f0eea7e3abdd;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/rdbms/database/IDatabase.php b/includes/libs/rdbms/database/IDatabase.php index 7452278796..aeefacd4b8 100644 --- a/includes/libs/rdbms/database/IDatabase.php +++ b/includes/libs/rdbms/database/IDatabase.php @@ -247,8 +247,8 @@ interface IDatabase { public function implicitOrderby(); /** - * Return the last query that went through IDatabase::query() - * @return string + * Return the last query that sent on account of IDatabase::query() + * @return string SQL text or empty string if there was no such query */ public function lastQuery();