From: tisane Date: Fri, 18 Jul 2014 19:33:03 +0000 (-0400) Subject: Separate select() parameter summary from detail X-Git-Tag: 1.31.0-rc.0~14626^2 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=4ea66fdd4b8b85281f52d393179541c848892039;p=lhc%2Fweb%2Fwiklou.git Separate select() parameter summary from detail The heading of select()'s $table parameter details appears as part of the select() parameter summary in doxygen; this fixes that (I think). See http://tinyurl.com/nddrk9y Change-Id: I6409d3359ad9d33fce1100326f55bc000b5939e0 --- diff --git a/includes/db/Database.php b/includes/db/Database.php index 7d8fbe930d..b02ee30804 100644 --- a/includes/db/Database.php +++ b/includes/db/Database.php @@ -1477,6 +1477,7 @@ abstract class DatabaseBase implements IDatabase, DatabaseType { * @param array $options Query options * @param array $join_conds Join conditions * + * * @param string|array $table * * May be either an array of table names, or a single string holding a table