[mythtv] PATCH: maxepisodes not updated in MythWeb

Boleslaw Ciesielski bolek-mythtv at curl.com
Tue Nov 9 11:38:48 UTC 2004


This is an old bug. I thought it was fixed for 0.16 (or at least discussed) but it still seems to be present in CVS.

The maxepisodes field is not updated from the program_detail.php page.

Bolek


--- program_detail.php.org      2004-09-12 15:33:19.000000000 -0400
+++ program_detail.php  2004-11-09 06:27:59.916215898 -0500
@@ -102,6 +102,7 @@
                                         .', recpriority='  .escape($this_program->recpriority)
                                         .', autoexpire='   .escape($this_program->autoexpire)
                                         .', maxnewest='    .escape($this_program->maxnewest)
+                                        .', maxepisodes='  .escape($this_program->maxepisodes)
                                         .', dupin='        .escape($this_program->dupin)
                                         .', dupmethod='    .escape($this_program->dupmethod)
                                         .', startoffset='  .escape($this_program->startoffset)


More information about the mythtv-dev mailing list