Index: mythweb/includes/programs.php
===================================================================
--- mythweb/includes/programs.php	(revision 10024)
+++ mythweb/includes/programs.php	(working copy)
@@ -192,7 +192,7 @@
                    $sh2->execute($data['programid'], $data['seriesid']);
                    list($data['recstatus']) = $sh2->fetch_row();
                 }
-                elseif ($data['title'] && $data['subtitle'] && $data['description']) {
+                else {
                    $sh3->execute($data['title'], $data['subtitle'], $data['description']);
                    list($data['recstatus']) = $sh3->fetch_row();
                 }
