aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_user.php
diff options
context:
space:
mode:
authorHari Sankar R <hsr@theinglorio.us>2012-04-07 23:15:12 +0530
committerHari Sankar R <hsr@theinglorio.us>2012-04-07 23:15:12 +0530
commit03a35581c4b0dcb7c20885d4ca807ea7117872cb (patch)
treefc38d54c16d9f1d1f9f310c9fea2634fd211d0dc /phpBB/includes/functions_user.php
parent1808a61fe3e89399aec4ecced36e270faa7d0beb (diff)
downloadforums-03a35581c4b0dcb7c20885d4ca807ea7117872cb.tar
forums-03a35581c4b0dcb7c20885d4ca807ea7117872cb.tar.gz
forums-03a35581c4b0dcb7c20885d4ca807ea7117872cb.tar.bz2
forums-03a35581c4b0dcb7c20885d4ca807ea7117872cb.tar.xz
forums-03a35581c4b0dcb7c20885d4ca807ea7117872cb.zip
[ticket/10561] Reverted to phpbb_style_is_active()
Changes made to function name, reverted to old. PHPBB3-10561
Diffstat (limited to 'phpBB/includes/functions_user.php')
-rw-r--r--phpBB/includes/functions_user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php
index 7313844955..770eab48d5 100644
--- a/phpBB/includes/functions_user.php
+++ b/phpBB/includes/functions_user.php
@@ -1952,7 +1952,7 @@ function validate_jabber($jid)
* @param int $style_id The style_id of a style which should be checked if activated or not.
* @return boolean
*/
-function phpbb_validate_style($style_id)
+function phpbb_style_is_active($style_id)
{
global $db;