More rewrites from double- to single-quote
[mailer.git] / inc / modules / admin / action-logout.php
index fc24f4b30b9ae1e8d32d40f590fc6e3e11f1cab1..6a640501a6d46f9d732a6cf79dcc30bf95f1498a 100644 (file)
@@ -47,14 +47,14 @@ ADD_DESCR('admin', __FILE__);
 
 if (REQUEST_ISSET_POST(('no'))) {
        // Do not logout now
-       LOAD_URL("admin.php");
-} elseif ((REQUEST_ISSET_POST(('yes'))) && ($GLOBALS['action'] == "logout")) {
+       LOAD_URL('admin.php');
+} elseif ((REQUEST_ISSET_POST(('yes'))) && ($GLOBALS['action'] == 'logout')) {
        // Redirect to logout link
-       LOAD_URL("modules.php?module=admin&logout=1");
+       LOAD_URL('modules.php?module=admin&logout=1');
 }
 
 // Load logout form template
-LOAD_TEMPLATE("admin_logout_form");
+LOAD_TEMPLATE('admin_logout_form');
 
 //
 ?>