--- a/mythweb/modules/tv/tmpl/default/detail.php	2010-05-12 04:08:41.000000000 +1000
+++ b/mythweb/modules/tv/tmpl/default/detail.php	2010-07-22 09:10:13.000000000 +1000
@@ -396,12 +396,12 @@
                         echo t('Find other showings of this program');
                 ?></a>
 <?php           }
-                if ($_GET['recordid']) {
-                    echo '<a href="',  root_url, 'tv/schedules">',
-                         t('Back to the recording schedules'),
-                         '</a>';
-                }
-                else {
+//              if ($_GET['recordid']) {
+//                  echo '<a href="',  root_url, 'tv/schedules">',
+//                       t('Back to the recording schedules'),
+//                       '</a>';
+//              }
+//              else {
                     if ($program->endtime > time()) {
                         echo '<a href="', root_url, 'tv/list?time=', $program->starttime, '">',
                              t('What else is on at this time?'),
@@ -417,7 +417,7 @@
                              t('Back to the program listing'),
                              '</a>';
                     }
-                } ?>
+//               } ?>
                 </td>
         </tr>
         </table>
