diff Settings.class.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 7a4050545d98
children 1033324d7ecc
line wrap: on
line diff
--- a/Settings.class.php	Fri Oct 09 19:22:40 2009 +0900
+++ b/Settings.class.php	Wed Oct 21 16:51:24 2009 +0900
@@ -31,6 +31,9 @@
 			
 			if(defined("GR_TUNERS")) $xml->gr_tuners = GR_TUNERS;
 			else $xml->gr_tuners = 1;
+
+			if(defined("CS_REC_FLG")) $xml->cs_rec_flg = CS_REC_FLG;
+			else $xml->cs_rec_flg = 0;
 			
 			if(defined("USE_KUROBON")) $xml->use_kurobon = USE_KUROBON ? 1 : 0;
 			else $xml->use_kurobon = 0;