diff Settings.class.php @ 137:a18df712fc7e

merged with upstream
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 21 Mar 2010 03:15:00 +0900
parents 36ac7c416bd7 2646140c5ba7
children 66eabfc1b118
line wrap: on
line diff
--- a/Settings.class.php	Mon Mar 15 01:39:14 2010 +0900
+++ b/Settings.class.php	Sun Mar 21 03:15:00 2010 +0900
@@ -121,7 +121,10 @@
 
 			// キーワード自動録画の録画モード
 			$xml->autorec_mode = 0;
-
+			
+			// CS録画
+			$xml->cs_rec_flg = 0;
+			
 			$xml->save();
 
 			return $xml;