X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Finstall-inc.php;h=9c0a5cf4840523956a4340bafa127139029c9df5;hb=168004e78b90321c9e8b0f1d9b591fb8159a9c96;hp=5b3337251a9e64c584e80c6a1a05a51bafde0c21;hpb=fad936579365fc6a71610f57b4b390b66eeb78fd;p=mailer.git diff --git a/inc/install-inc.php b/inc/install-inc.php index 5b3337251a..9c0a5cf484 100644 --- a/inc/install-inc.php +++ b/inc/install-inc.php @@ -14,8 +14,6 @@ * $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 * @@ -307,7 +305,7 @@ if ((!isInstalled()) || (!isAdminRegistered())) { default: logDebugMessage(__FILE__, __LINE__, sprintf("Wrong page %s detected", getRequestParameter('page'))); - addTemplateToInstallContent('admin_settings_saved', '
{--WRONG_PAGE--}
'); + addTemplateToInstallContent('admin_settings_unsaved', '{--WRONG_PAGE--}'); break; } // END - switch } else {