1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 23:56:58 +02:00

Viewable By shortcode added. Forum deleted template corrected.

This commit is contained in:
Cameron
2016-03-26 15:17:11 -07:00
parent e401e4b4ac
commit 2dedb86ba8
6 changed files with 164 additions and 10 deletions

View File

@@ -95,6 +95,17 @@ class user_class
}
public function getFixedClassDescription($id)
{
if(isset($this->fixed_classes[$id]))
{
return $this->fixed_classes[$id];
}
return false;
}
/**
* Take a key value such as 'member' and return it's numerical value.
* @param $text