X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=install.php;h=5244ae062744aa79b26b41e8fd2b8c46017bb1b4;hp=6652f03f8ac904d6f72ab97fdc94f3ee870f9f62;hb=e76c199b606b409718cfff9fecfaeef15cadd520;hpb=c8d76610eb94093d4eed4fcd8a6cb72e74c8f6d8 diff --git a/install.php b/install.php index 6652f03f8a..5244ae0627 100644 --- a/install.php +++ b/install.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * 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 * @@ -68,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