Menu

#24 Help mode in admin_easymod

v0.3.0
closed-rejected
Other (4)
5
2005-11-11
2005-11-11
Nux
No

__________________________
in admin_easymod.php.txt (around line 654):
__________________________
if ($mode == 'help')
{
// ...
$template->pparse('body');
include('page_footer_admin.'.$phpEx);
} // 654

if \(\($mode == 'install'\) || \($mode == 'settings'\) ||

($mode == 'history'))

__________________________
shouldn't there be an "else"?
__________________________

if \($mode == 'help'\)
\{
// ...
    $template->pparse\('body'\);
    include\('page\_footer\_admin.'.$phpEx\);
\} // 654

else if \(\($mode == 'install'\) || \($mode == 'settings'\)

|| ($mode == 'history'))

Discussion

  • Markus Petrux

    Markus Petrux - 2005-11-11
    • labels: --> Other
    • milestone: --> v0.3.0
    • assigned_to: nobody --> markus_petrux
    • status: open --> closed-rejected
     
  • Markus Petrux

    Markus Petrux - 2005-11-11

    Logged In: YES
    user_id=812985

    page_footer_admin performs an exit, hence 'else' is not
    required.

     

Log in to post a comment.

MongoDB Logo MongoDB