Tag: fix

Hidden causing problems Glen, Not sure if this was fixed yet or not. If a user assigns a page as hidden it can cause problems with recent and random block. I have not looked at the sql yet but don't think they exclude hidden. Coby
1 comment(s) / cglusky / cglusky's dev notes / on May 25, 2006 at 07:42

Patch for mail.php in v5.0.2 Bug: A syntax error prevents mail.php from displaying. File: mail.php Fix: -Find line 50: $PAGE->assign('page_title', sprintf(lang('page_title_mail'), $group->get_title()); -Replace with: $PAGE->assign('page_title', sprintf(lang('page_title_mail'), $group->get_title()));
1 comment(s) / cglusky / cglusky's dev notes / on February 23, 2006 at 11:28