[mythtv-commits] Ticket #6675: Fix Perl bindings after changes to ProgramInfo
MythTV
mythtv at cvs.mythtv.org
Sun Jun 28 03:09:07 UTC 2009
#6675: Fix Perl bindings after changes to ProgramInfo
----------------------------------------------+-----------------------------
Reporter: sphery <mtdean at thirdcontact.com> | Owner: ijr
Type: patch | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - General | Version: head
Severity: medium | Mlocked: 0
----------------------------------------------+-----------------------------
In [18419], the ProgramInfo class was changed to add the production year
to the info sent in the protocol. The bindings were updated to read that
information in, but the to_string() sub was never updated, so programs
that use the bindings to send program info to the backend will fail. The
attached patch updates to_string() to include the additional field.
Thanks to Raymond Wagner for finding the bug.
The patch also modifies the warning comment in
libs/libmythtv/programinfo.h as
mythplugins/mythweb/includes/mythbackend.php and
mythplugins/mythweb/objects/MythTV.php no longer exist (instead,
mythplugins/mythweb/classes/MythTV.php and
mythplugins/mythweb/modules/tv/classes/Program.php should be updated).
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/6675>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list