*** mythweb.orig/settings_channels.php Tue Jul 26 17:34:16 2005 --- mythweb/settings_channels.php Tue Jul 26 17:41:10 2005 *************** *** 31,36 **** --- 31,40 ---- .'contrast='.escape($_POST['contrast_'.$chanid]) .',' .'colour='.escape($_POST['colour_'.$chanid]) .',' .'hue='.escape($_POST['hue_'.$chanid]) .',' + .'xmltvid='.escape($_POST['xmltvid_'.$chanid]) .',' + .'mplexid='.escape($_POST['mplexid_'.$chanid]) .',' + .'serviceid='.escape($_POST['serviceid_'.$chanid]) .',' + .'atscsrcid='.escape($_POST['atscsrcid_'.$chanid]) .',' .'recpriority='.escape($_POST['recpriority_'.$chanid]) .',' .'commfree='.escape((isset($_POST['commfree_'.$chanid]) && $_POST['commfree_'.$chanid] == "on") ? 1 : 0) .',' .'visible='.escape((isset($_POST['visible_'.$chanid]) && $_POST['visible_'.$chanid] == "on") ? 1 : 0); *** mythweb.orig/languages/English.php Tue Jul 26 17:35:03 2005 --- mythweb/languages/English.php Tue Jul 26 17:43:55 2005 *************** *** 261,266 **** --- 261,270 ---- 'finetune' => '', 'freqid' => '', 'hue' => '', + 'xmltvid' => '', + 'mplexid' => '', + 'serviceid' => '', + 'atscsrcid' => '', 'name' => '', 'recpriority' => '', 'sourceid' => '', *** mythweb.orig/themes/Default/settings_channels.php Tue Jul 26 17:35:48 2005 --- mythweb/themes/Default/settings_channels.php Tue Jul 26 17:47:43 2005 *************** *** 37,42 **** --- 37,46 ----