1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-03 21:15:42 +02:00

[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
* rows are eliminated.
*
* The only supported tables are bookmarks and topics_watch.
*
* @param dbal $db Database object
* @param string $table Table on which to perform the update
* @param string $column Column whose values to change