Skip to content

Instantly share code, notes, and snippets.

@marvinjeng
Created February 10, 2014 08:04
Show Gist options
  • Save marvinjeng/8912056 to your computer and use it in GitHub Desktop.
Save marvinjeng/8912056 to your computer and use it in GitHub Desktop.
$strform = serialize($element);
if (strpos($strform, "forum")){
global $user;
foreach ($user->roles as $role)
{
if ($role == 'administrator')
{
$output = textarea_fetch_blog($output);
}
// $output .= "<p>$role";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment