]> git.mxchange.org Git - mailer.git/blobdiff - inc/revision-functions.php
Re-added height, but smaller to make most menus appear shorter
[mailer.git] / inc / revision-functions.php
index fe3ae41153494ca6dbe725f9b58fb0eb96f956a3..6e8da9535bd80840840ddcb637511ca6da02c1d4 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 *
@@ -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')) {