]> 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 acfccbecc93dc9368da41fd11c313e3ddd08bf39..6e8da9535bd80840840ddcb637511ca6da02c1d4 100644 (file)
@@ -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')) {