]> git.wh0rd.org - tt-rss.git/commitdiff
remove THEME_VERSION_REQUIRED
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 2 Apr 2013 18:46:08 +0000 (22:46 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 2 Apr 2013 18:46:28 +0000 (22:46 +0400)
reduce potential freak agitation

include/functions.php

index ee575568ac1a6f9ed846bb6123db31d092debc4c..6399ad5bb0962aa5293cc0e8aaf8478a236b6562 100644 (file)
         * @return boolean True if defined successfully or not.
         */
        function define_default($name, $value) {
-               // Note: performence freaks should define everything in 
-               // config.php becasue if will make defined() run much faster, 
-               // see comment by 'tris+php at tfconsulting dot com dot au' 
-               // here: 
+               // Note: performence freaks should define everything in
+               // config.php becasue if will make defined() run much faster,
+               // see comment by 'tris+php at tfconsulting dot com dot au'
+               // here:
                // http://www.php.net/manual/en/function.defined.php#89886
                defined($name) or define($name, $value);
        }
@@ -66,8 +66,6 @@
                define('SUBSTRING_FOR_DATE', 'SUBSTRING');
        }
 
-       define('THEME_VERSION_REQUIRED', 1.1);
-
        /**
         * Return available translations names.
         *