aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_admin.php
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2012-11-29 23:17:58 +0100
committerAndreas Fischer <bantu@phpbb.com>2012-11-29 23:17:58 +0100
commit5d783464538807ef68f34d83d963af9e93a7268b (patch)
tree11406cd46cf3ea44d2a5eeb0606c7481d5a3c96f /phpBB/includes/functions_admin.php
parentaa9aa28fa25677b6b1c1dc60d7c345c4786a14e0 (diff)
parentb2a252d2748be0f18901db5fc0294566af04a2dc (diff)
downloadforums-5d783464538807ef68f34d83d963af9e93a7268b.tar
forums-5d783464538807ef68f34d83d963af9e93a7268b.tar.gz
forums-5d783464538807ef68f34d83d963af9e93a7268b.tar.bz2
forums-5d783464538807ef68f34d83d963af9e93a7268b.tar.xz
forums-5d783464538807ef68f34d83d963af9e93a7268b.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/11227] @return void -> @return null in develop-olympus.
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 = '')
{