aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorHari Sankar R <hsr@theinglorio.us>2012-04-09 00:57:29 +0530
committerHari Sankar R <hsr@theinglorio.us>2012-04-09 00:57:29 +0530
commit9bce716081f55f209afbfb3ecf1a097b47292da4 (patch)
tree282c772b0eb70cfabd0a0fdffe2d434745d74103 /phpBB
parent4e630ef1601ef39c7947de7d071fdccf68f52e3b (diff)
downloadforums-9bce716081f55f209afbfb3ecf1a097b47292da4.tar
forums-9bce716081f55f209afbfb3ecf1a097b47292da4.tar.gz
forums-9bce716081f55f209afbfb3ecf1a097b47292da4.tar.bz2
forums-9bce716081f55f209afbfb3ecf1a097b47292da4.tar.xz
forums-9bce716081f55f209afbfb3ecf1a097b47292da4.zip
[ticket/10561] Added function desc for phpbb_style_is_active()
PHPBB3-10561
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/functions_user.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/includes/functions_user.php b/phpBB/includes/functions_user.php
index 770eab48d5..83316be2a3 100644
--- a/phpBB/includes/functions_user.php
+++ b/phpBB/includes/functions_user.php
@@ -1949,6 +1949,8 @@ function validate_jabber($jid)
}
/**
+* Verifies whether a style ID corresponds to an active style.
+*
* @param int $style_id The style_id of a style which should be checked if activated or not.
* @return boolean
*/