diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-02-24 21:01:42 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-02-25 20:36:17 +0100 |
commit | 930f35b6a90752e05aca4e3d03141d4a4d876eb1 (patch) | |
tree | 5923c5e975014b37b44682b2351ab8e995e94669 /recipes/mythtv/mythplugins | |
parent | 19033af8c5c25c7f8c7da33e91f0c8cefa32bb94 (diff) |
mythtv: removed some more unneeded/old files
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/mythtv/mythplugins')
-rw-r--r-- | recipes/mythtv/mythplugins/MythBackend.php.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes/mythtv/mythplugins/MythBackend.php.patch b/recipes/mythtv/mythplugins/MythBackend.php.patch deleted file mode 100644 index 95cf86e49f..0000000000 --- a/recipes/mythtv/mythplugins/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; |