Mercurial > epgrec.yaz
comparison Settings.class.php @ 55:7a4050545d98
fix: typo
author | yoneda <yoneda@recorder.localnet.mda.or.jp> |
---|---|
date | Tue, 28 Jul 2009 23:21:19 +0900 |
parents | 6f961c8ab304 |
children | 3d6e7c606896 a2c4665b310c |
comparison
equal
deleted
inserted
replaced
54:6f961c8ab304 | 55:7a4050545d98 |
---|---|
27 else $xml->install_url = "http://localhost/epgrec"; | 27 else $xml->install_url = "http://localhost/epgrec"; |
28 | 28 |
29 if(defined("BS_TUNERS")) $xml->bs_tuners = BS_TUNERS; | 29 if(defined("BS_TUNERS")) $xml->bs_tuners = BS_TUNERS; |
30 else $xml->bs_tuners = 0; | 30 else $xml->bs_tuners = 0; |
31 | 31 |
32 if(defined("GR_TUNERS")) $xml->gr_tuenrs = GR_TUNERS; | 32 if(defined("GR_TUNERS")) $xml->gr_tuners = GR_TUNERS; |
33 else $xml->gr_tuners = 1; | 33 else $xml->gr_tuners = 1; |
34 | 34 |
35 if(defined("USE_KUROBON")) $xml->use_kurobon = USE_KUROBON ? 1 : 0; | 35 if(defined("USE_KUROBON")) $xml->use_kurobon = USE_KUROBON ? 1 : 0; |
36 else $xml->use_kurobon = 0; | 36 else $xml->use_kurobon = 0; |
37 | 37 |