[mythtv] [PATCH] mythweb2 show actual autoexpire value for recordings

Chris Petersen lists at forevermore.net
Sun Aug 24 23:29:27 EDT 2003


> This one liner should only use the default autoexpire value in the case
> where the program isn't yet set to record.  I find it annoying to go to
> check/change the status of a recurring recording, and find the autoexpire
> (and I guess rank, though I don't use it) field overridden by the
> default.  This patch should correct that behaviour.

Done (and a few other related changes)....  I'll commit it in a sec.

-Chris

PS:  (not related to this particular submittion) For those of you who
commit patches to me that deal with sql queries.  Please, even if you
think it's unnecessary, use my escape() function to wrap variables you
pass into sql queries.  It's a wrapper for php's mysql_escape_string
function, and is a security precaution, not so necessary in the case of
mythweb, but a good practice to get into - NEVER submit raw data to an
sql query...



More information about the mythtv-dev mailing list