]> git.mxchange.org Git - mailer.git/blobdiff - inc/modules/guest/action-members.php
Added update_year.sh (still not fully flexible) and updated all years with it.
[mailer.git] / inc / modules / guest / action-members.php
index 8e4681f2ee4ae3f22628deb9f24a57a9b0ea1388..dc53e361c934d6f479de1271399cb92cbf4abadd 100644 (file)
  * -------------------------------------------------------------------- *
  * Kurzbeschreibung  : Menues fuer Mitglieder (Login, Anmeldung, ...)   *
  * -------------------------------------------------------------------- *
- * $Revision::                                                        $ *
- * $Date::                                                            $ *
- * $Tag:: 0.2.1-FINAL                                                 $ *
- * $Author::                                                          $ *
- * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2012 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2015 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -47,7 +42,7 @@ if (!defined('__SECURITY')) {
 addYouAreHereLink('guest', __FILE__);
 
 // Load the include file
-$inc = sprintf("inc/modules/guest/what-%s.php", getWhat());
+$inc = sprintf('inc/modules/guest/what-%s.php', getWhat());
 if (isIncludeReadable($inc)) {
        // Ok, we finally load the guest action module
        loadIncludeOnce($inc);