diff programTable.php @ 67:a2c4665b310c

add: CS support (thanks to dakku)
author Sushi-k <epgrec@park.mda.or.jp>
date Wed, 21 Oct 2009 16:51:24 +0900
parents 73350e16077a
children cb7da56c4198
line wrap: on
line diff
--- a/programTable.php	Fri Oct 09 19:22:40 2009 +0900
+++ b/programTable.php	Wed Oct 21 16:51:24 2009 +0900
@@ -110,6 +110,15 @@
 		$arr['value'] = "BS";
 		$arr['selected'] = $type == "BS" ? "selected" : "";
 		array_push( $types, $arr );
+
+		// CS
+		if ($settings->cs_rec_flg != 0) {
+			$arr = array();
+			$arr['name'] = "CS";
+			$arr['value'] = "CS";
+			$arr['selected'] = $type == "CS" ? "selected" : "";
+			array_push( $types, $arr );
+		}
 	}
 	
 	$k_station_name = "";