diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-01 20:21:29 -0500 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-01 23:09:31 -0500 |
commit | c2c105df9ff1d8fd48afa1d3abdf23a39584d7ed (patch) | |
tree | e0e095bee2be26e62c98ca9a6874c6b98e296aa7 | |
parent | 2e947334e563f122c597d7072eddd962453a84ef (diff) | |
download | forums-c2c105df9ff1d8fd48afa1d3abdf23a39584d7ed.tar forums-c2c105df9ff1d8fd48afa1d3abdf23a39584d7ed.tar.gz forums-c2c105df9ff1d8fd48afa1d3abdf23a39584d7ed.tar.bz2 forums-c2c105df9ff1d8fd48afa1d3abdf23a39584d7ed.tar.xz forums-c2c105df9ff1d8fd48afa1d3abdf23a39584d7ed.zip |
[ticket/11162] Clarify that only the two tables actually work.
PHPBB3-11162
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index a24dcfdf5b..09487ce10d 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -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 |