summaryrefslogtreecommitdiff
path: root/recipes/mythtv/mythplugins_0.21+0.22rc1/MythBackend.php.patch
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-11-01 21:01:13 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-11-01 21:01:13 +0100
commit13355c1620f8a1d00ec806fc5101c3dc48138178 (patch)
tree8f450b7d49e8aff09e3c307ed04de84f919db13c /recipes/mythtv/mythplugins_0.21+0.22rc1/MythBackend.php.patch
parent24c8f2b9e012595b15a2ffa3e042a558f736cc69 (diff)
mythtv, mythplugins: updated to 0.22rc2
Diffstat (limited to 'recipes/mythtv/mythplugins_0.21+0.22rc1/MythBackend.php.patch')
-rw-r--r--recipes/mythtv/mythplugins_0.21+0.22rc1/MythBackend.php.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes/mythtv/mythplugins_0.21+0.22rc1/MythBackend.php.patch b/recipes/mythtv/mythplugins_0.21+0.22rc1/MythBackend.php.patch
deleted file mode 100644
index 95cf86e49f..0000000000
--- a/recipes/mythtv/mythplugins_0.21+0.22rc1/MythBackend.php.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: mythplugins-0.22rc1/mythweb/classes/MythBackend.php
-===================================================================
---- mythplugins-0.22rc1.orig/mythweb/classes/MythBackend.php
-+++ mythplugins-0.22rc1/mythweb/classes/MythBackend.php
-@@ -111,7 +111,7 @@ class MythBackend {
- }
-
- public function setTimezone() {
-- if (!is_string($_SESSION['backend']['timezone']['value']) || $_SESSION['backend']['timezone']['last_check_time'] - time() > 60*60*24) {
-+ if (!is_string($_SESSION['backend']['timezone']['value']) || time() - $_SESSION['backend']['timezone']['last_check_time'] () > 60*60*24) {
- $response = $this->sendCommand('QUERY_TIME_ZONE');
- $timezone = str_replace(' ', '_', $response[0]);
- $_SESSION['backend']['timezone']['value'] = $timezone;