aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_admin.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2012-12-07 13:31:37 -0800
committerIgor Wiedler <igor@wiedler.ch>2012-12-07 13:31:37 -0800
commitb0b5a13131b90b8320de6f49db6c505d38b42c96 (patch)
tree641a33e35665c3b8198fd2d641a687560342ba56 /phpBB/includes/functions_admin.php
parent74093d0fd383619ec8b58914ebe2edd68145e070 (diff)
parent26fd70d9cdffe0107635db5f3846dbe5ea6e3fae (diff)
downloadforums-b0b5a13131b90b8320de6f49db6c505d38b42c96.tar
forums-b0b5a13131b90b8320de6f49db6c505d38b42c96.tar.gz
forums-b0b5a13131b90b8320de6f49db6c505d38b42c96.tar.bz2
forums-b0b5a13131b90b8320de6f49db6c505d38b42c96.tar.xz
forums-b0b5a13131b90b8320de6f49db6c505d38b42c96.zip
Merge pull request #18 from p/ticket/11015
Ticket/11015
Diffstat (limited to 'phpBB/includes/functions_admin.php')
-rw-r--r--phpBB/includes/functions_admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php
index 5e2ee8c8f6..15930f9a2c 100644
--- a/phpBB/includes/functions_admin.php
+++ b/phpBB/includes/functions_admin.php
@@ -3308,7 +3308,7 @@ function obtain_latest_version_info($force_update = false, $warn_fail = false, $
* @param int $flag The binary flag which is OR-ed with the current column value
* @param string $sql_more This string is attached to the sql query generated to update the table.
*
- * @return void
+ * @return null
*/
function enable_bitfield_column_flag($table_name, $column_name, $flag, $sql_more = '')
{