]> git.mxchange.org Git - mailer.git/blobdiff - inc/wrapper-functions.php
Functions renamed
[mailer.git] / inc / wrapper-functions.php
index 23faa7a6a468b4e6c9bc05e1d3d8dc4cdeddc20a..b42874ee8a035d540729ff09ce03c050585be84d 100644 (file)
@@ -1493,11 +1493,11 @@ function getTitle () {
 }
 
 // "Getter" for curr_svn_revision
-function getCurrSvnRevision () {
+function getCurrentRepositoryRevision () {
        // Do we have cache?
        if (!isset($GLOBALS[__FUNCTION__])) {
                // Determine it
-               $GLOBALS[__FUNCTION__] = getConfig('CURR_SVN_REVISION');
+               $GLOBALS[__FUNCTION__] = getConfig('CURRENT_REPOSITORY_REVISION');
        } // END - if
 
        // Return cache