summarylogtreecommitdiffstats
path: root/003-mythcount.patch
diff options
context:
space:
mode:
authorTaijian2020-03-24 00:14:31 +0100
committerTaijian2020-03-24 00:14:31 +0100
commit3317fd93d77af559fc8bcc294021706843727851 (patch)
tree028e9a1fd8af44bbf82861d1f379474ce3fdf4e9 /003-mythcount.patch
parent4b652b6a330b6f6400504cb7dc9c5b526ad59fd4 (diff)
downloadaur-3317fd93d77af559fc8bcc294021706843727851.tar.gz
initial update to v31
Diffstat (limited to '003-mythcount.patch')
-rw-r--r--003-mythcount.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/003-mythcount.patch b/003-mythcount.patch
deleted file mode 100644
index 599384a1cbb1..000000000000
--- a/003-mythcount.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff --git a/bindings/php/MythBackend.php b/bindings/php/MythBackend.php
-index 54472e9489..9360e8801e 100644
---- a/bindings/php/MythBackend.php
-+++ b/bindings/php/MythBackend.php
-@@ -42,7 +42,7 @@ class MythBackend {
- ."need to check your mythweb.conf file or re-run mythtv-setup",
- FATAL);
- }
--
-+
- if (!isset($Backends[$host]))
- $Backends[$host] = array();
-
-@@ -191,7 +191,8 @@ class MythBackend {
- // Parse the records, starting at the offset point
- $row = 0;
- $col = 0;
-- $count = count($records);
-+ if ($records) $count = count($records);
-+ else $count = 0;
- for($i = $offset; $i < $count; $i++) {
- $rows[$row][$col] = $records[$i];
- // Every $NUMPROGRAMLINES fields (0 through ($NUMPROGRAMLINES-1)) means