comparison Settings.class.php @ 87:36ac7c416bd7

merged with upstream
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 01 Mar 2010 20:51:36 +0900
parents 11f63ae04a96 cce6f88590fd
children a18df712fc7e
comparison
equal deleted inserted replaced
75:11f63ae04a96 87:36ac7c416bd7
16 // キーワード自動録画の録画モード 16 // キーワード自動録画の録画モード
17 if( $obj->exists("autorec_mode") == 0 ) { 17 if( $obj->exists("autorec_mode") == 0 ) {
18 $obj->autorec_mode = 0; 18 $obj->autorec_mode = 0;
19 $obj->save(); 19 $obj->save();
20 } 20 }
21 21 // CSの録画
22 if( $obj->exists("cs_rec_flg") == 0 ) {
23 $obj->cs_rec_flg = 0;
24 $obj->save();
25 }
22 return $obj; 26 return $obj;
23 } 27 }
24 else { 28 else {
25 // 初回起動 29 // 初回起動
26 $xmlfile = '<?xml version="1.0" encoding="UTF-8" ?><epgrec></epgrec>'; 30 $xmlfile = '<?xml version="1.0" encoding="UTF-8" ?><epgrec></epgrec>';