1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/10561] Reverted to phpbb_style_is_active()

Changes made to function name, reverted to old.

PHPBB3-10561
This commit is contained in:
Hari Sankar R
2012-04-07 23:15:12 +05:30
parent 1808a61fe3
commit 03a35581c4
3 changed files with 6 additions and 5 deletions

View File

@@ -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;