X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=install.php;h=85abd0c042d7d88318d5a49fc83badcea69b7cfa;hp=3d0ca7914143bcf3a7828e2eafa2b5c65be750b5;hb=58190e856a1225851e1da105d1f3cb86b240c256;hpb=b2850d8ddb4d3e7ad6f66dbadac86aad263ff738 diff --git a/install.php b/install.php index 3d0ca79141..85abd0c042 100644 --- a/install.php +++ b/install.php @@ -14,11 +14,9 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009, 2010 by Mailer Developer Team * + * Copyright (c) 2009 - 2011 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -70,7 +68,7 @@ if (!isGetRequestParameterSet('page')) { setUsername('{--USERNAME_INSTALLER--}'); // Already installed? -if ((isInstalled()) && (getRequestParameter('page' != 'finished'))) { +if ((isInstalled()) && (getRequestParameter('page') != 'finished')) { // Add fatal message addFatalMessage(__FILE__, __LINE__, '{--ALREADY_INSTALLED--}'); } // END - if @@ -85,7 +83,7 @@ runFilterChain('handle_fatal_errors'); loadIncludeOnce('inc/install-inc.php'); // Load main installation table -loadTemplate('install_main', false, $GLOBALS['install_content']); +loadTemplate('install_main'); // Footer loadIncludeOnce('inc/footer.php');