--- recording_schedules.php.orig	2005-06-12 06:23:21.000000000 -0700
+++ recording_schedules.php	2005-06-12 06:56:49.000000000 -0700
@@ -356,6 +356,9 @@
             }
             $str .= "</dd>\n";
         }
+    // Recording Priority
+	$str .= "\t<dt>" . t('Rec Priority') . ":</dt>\n"; 
+	$str .= "\t<dd>" . $this->recpriority . "</dd>\n";
     // Profile
         if (preg_match('/\\S/', $this->profile)) {
             $str .= "\t<dt>".t('Profile').":</dt>\n"
