[PATCH] Re: [mythtv] RE: Strange scheduling.

David Engel gigem at comcast.net
Fri Apr 16 21:20:20 EDT 2004


On Fri, Apr 16, 2004 at 07:51:47PM +0200, Torbj?rn Jansson wrote:
> Coud it have something to do with the new station column in the table
> record? I have fixed some of my recordings and all that shows up is the ones
> that have a non empty station.

Yes, it probably does have something to do with the staion addition.
This (untested) patch, should fix it.

David
-- 
David Engel
gigem at comcast.net
-------------- next part --------------
Index: includes/recordings.php
===================================================================
RCS file: /var/lib/mythcvs/mythweb/includes/recordings.php,v
retrieving revision 1.8
diff -u -r1.8 recordings.php
--- includes/recordings.php	17 Feb 2004 03:29:49 -0000	1.8
+++ includes/recordings.php	17 Apr 2004 01:18:43 -0000
@@ -227,7 +227,8 @@
 						.escape($this->autoexpire).', maxnewest='
 						.escape($this->maxnewest).', dupin='
 						.escape($this->dupin).', dupmethod='
-						.escape($this->dupmethod).' where recordid='
+						.escape($this->dupmethod).', station='
+						.escape($this->callsign).' where recordid='
 						.escape($this->recordid))
 				or trigger_error('SQL Error: '.mysql_error(), FATAL);
 


More information about the mythtv-dev mailing list