aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_display.php
diff options
context:
space:
mode:
authorFyorl <gaelreth@gmail.com>2012-08-04 13:58:50 +0100
committerFyorl <gaelreth@gmail.com>2012-08-04 13:58:50 +0100
commit18d7210a11b4d98c50ad55bb427c8cd2cc14a2f1 (patch)
tree29221ba3f61b0a6a874ab57b9de59b4cdd2477b6 /phpBB/includes/functions_display.php
parentbbdbff1ab39ddffc0c1adcc9cf1f16093cc891e9 (diff)
downloadforums-18d7210a11b4d98c50ad55bb427c8cd2cc14a2f1.tar
forums-18d7210a11b4d98c50ad55bb427c8cd2cc14a2f1.tar.gz
forums-18d7210a11b4d98c50ad55bb427c8cd2cc14a2f1.tar.bz2
forums-18d7210a11b4d98c50ad55bb427c8cd2cc14a2f1.tar.xz
forums-18d7210a11b4d98c50ad55bb427c8cd2cc14a2f1.zip
[feature/attach-dl] Prefixed gen_download_links with phpbb_
PHPBB3-11042
Diffstat (limited to 'phpBB/includes/functions_display.php')
-rw-r--r--phpBB/includes/functions_display.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php
index a99d2353ed..6164885732 100644
--- a/phpBB/includes/functions_display.php
+++ b/phpBB/includes/functions_display.php
@@ -1296,7 +1296,7 @@ function get_user_avatar($avatar, $avatar_type, $avatar_width, $avatar_height, $
*
* @return array Array containing the link and the type of compression
*/
-function gen_download_links($param_key, $param_val, $phpbb_root_path, $phpEx)
+function phpbb_gen_download_links($param_key, $param_val, $phpbb_root_path, $phpEx)
{
$methods = compress::methods();
$links = array();