[ticket/11162] Clarify that only the two tables actually work.

PHPBB3-11162
This commit is contained in:
Oleg Pudeyev 2012-12-01 20:21:29 -05:00
parent 2e947334e5
commit c2c105df9f

View file

@ -1302,6 +1302,8 @@ function tz_select($default = '', $truncate = false)
* If this results in rows violating uniqueness constraints, the duplicate * If this results in rows violating uniqueness constraints, the duplicate
* rows are eliminated. * rows are eliminated.
* *
* The only supported tables are bookmarks and topics_watch.
*
* @param dbal $db Database object * @param dbal $db Database object
* @param string $table Table on which to perform the update * @param string $table Table on which to perform the update
* @param string $column Column whose values to change * @param string $column Column whose values to change