]> git.mxchange.org Git - mailer.git/blobdiff - inc/revision-functions.php
Further fixes for all resets
[mailer.git] / inc / revision-functions.php
index a889ec1b90d8b501e3e9028db8de5a3fcf904c3b..acfccbecc93dc9368da41fd11c313e3ddd08bf39 100644 (file)
@@ -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 *
@@ -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])) {