]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/index.php
session_(un)register are deprecated as of 5.3.1
[mailer.git] / inc / modules / index.php
index 79141ef94459d156bf7a9cbc0b3ed803595a05aa..1c7255598d71639dea2863868632b8ebe28b0358 100644 (file)
@@ -18,6 +18,7 @@
  * svn:keywords Date Revision" (autoprobset!) at least!!!!!!            *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
+ * Copyright (c) 2009, 2010 by Mailer Developer Team                    *
  * For more information visit: http://www.mxchange.org                  *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -50,15 +51,6 @@ handleCodeMessage();
 // Some of you needs this to be extracted into a template... ???
 loadTemplate('guest_menu_td');
 
-// When no what value is provided take the "home" value
-if (!isWhatSet()) setWhatFromConfig('index_home');
-
-// Adding the main content module here
-if (!isActionSet()) {
-       // Get action value from what value
-       setAction(getModeAction('guest', getWhat()));
-} // END - if
-
 // Add the guest's menu here...
 if ((getConfig('guest_menu') == 'Y') || (!isExtensionActive('sql_patches', true))) {
        // Show only when guest menu is active