]> git.mxchange.org Git - mailer.git/blobdiff - inc/libs/theme_functions.php
Fixes for a lot bug tickets. (Sorry for lame comment)
[mailer.git] / inc / libs / theme_functions.php
index 0169427c732fbd194ce85e069fa677035cfd0a5d..31ec274cca32e60bd48b8738b12f12416b06f066 100644 (file)
@@ -86,11 +86,11 @@ function THEME_GET_VERSION ($name) {
        // Is the extension "theme" installed?
        if (!EXT_IS_ACTIVE("theme")) {
                // Then abort here
-               return "0.0";
+               return "!.!";
        } // END - if
 
        // Default version "number"
-       $cver = "-.-";
+       $cver = "?.?";
 
        // Is the cache entry there?
        if (isset($cacheArray['themes']['theme_ver'][$name])) {