X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Frevision-functions.php;h=6e8da9535bd80840840ddcb637511ca6da02c1d4;hb=b7a3b394d4639834ad8466fbc4ab06694a4d4569;hp=a889ec1b90d8b501e3e9028db8de5a3fcf904c3b;hpb=7052cc3bd3ca07281078acbbce6ce595d753def1;p=mailer.git diff --git a/inc/revision-functions.php b/inc/revision-functions.php index a889ec1b90..6e8da9535b 100644 --- a/inc/revision-functions.php +++ b/inc/revision-functions.php @@ -16,7 +16,7 @@ * $Author:: $ * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * - * Copyright (c) 2009 - 2012 by Mailer Developer Team * + * Copyright (c) 2009 - 2013 by Mailer Developer Team * * For more information visit: http://mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -85,7 +85,7 @@ function getRepositoryData ($type = 'Revision') { //* DEBUG: */ logDebugMessage(__FUNCTION__, __LINE__, 'ret[' . $type . ']=' . $ret); } else { // FQFN of revision file - $FQFN = sprintf("%s/.revision", getCachePath()); + $FQFN = sprintf('%s/.revision', getCachePath()); // Check if 'check_revision_data' is setted (switch for manually rewrite the .revision-File) if ((isGetRequestElementSet('check_revision_data')) && (getRequestElement('check_revision_data') == 'yes')) { @@ -222,7 +222,7 @@ function getArrayFromRepositoryData () { } else { // No valid Data from the last modificated file so read the Revision from the Server. Fallback-solution!! Should not be removed I think. - $version = sendGetRequest('check-updates3.php'); + $version = sendHttpGetRequest('check-updates3.php'); // Invalid request reply? if (!isset($version[11])) {