New naming convention applied to many functions, see #118 for details
[mailer.git] / inc / modules / member / what-guest.php
index 2ac2d50c93b67e5194acaa07d282e93e1bb5a032..bded579f07ff21abc95ea5b84d406be1a2dd4be6 100644 (file)
@@ -41,13 +41,13 @@ if (!defined('__SECURITY')) {
        $INC = substr(dirname(__FILE__), 0, strpos(dirname(__FILE__), '/inc') + 4) . '/security.php';
        require($INC);
 } elseif (!IS_MEMBER()) {
-       LOAD_URL('modules.php?module=index');
+       redirectToUrl('modules.php?module=index');
 }
 
 // Add description as navigation point
 ADD_DESCR('member', __FILE__);
 
 // Simply redirect...
-LOAD_URL('modules.php?module=index');
+redirectToUrl('modules.php?module=index');
 //
 ?>