Ticket #5485: dirname.mythweb

File dirname.mythweb, 1.1 KB (added by Tony Lill <ajlill@…>, 16 years ago)

Patch against 0.21 mythplugins

Line 
1Index: mythweb/includes/mythbackend.php
2===================================================================
3--- mythweb/includes/mythbackend.php    (revision 17410)
4+++ mythweb/includes/mythbackend.php    (working copy)
5@@ -23,7 +23,7 @@
6 // the number of items in a ProgramInfo QStringList group used by
7 // ProgramInfo::ToSringList and ProgramInfo::FromStringList.
8     global $NUMPROGRAMLINES;
9-    $NUMPROGRAMLINES = 46;
10+    $NUMPROGRAMLINES = 47;
11 
12 // Keep track of the master backend port/ip
13     global $Master_Host, $Master_Port;
14Index: mythweb/objects/MythTV.php
15===================================================================
16--- mythweb/objects/MythTV.php  (revision 17410)
17+++ mythweb/objects/MythTV.php  (working copy)
18@@ -8,7 +8,7 @@
19 # NUMPROGRAMLINES is defined in mythtv/libs/libmythtv/programinfo.h and is
20 # the number of items in a ProgramInfo QStringList group used by
21 # ProgramInfo::ToSringList and ProgramInfo::FromStringList.
22-    var $NUMPROGRAMLINES    = 43;
23+    var $NUMPROGRAMLINES    = 47;
24     var $BACKEND_SEP        = '[]:[]';
25 
26     var $RecordingTypes     = array(    1  => 'Once',