Mercurial > epgrec.yaz
changeset 55:7a4050545d98
fix: typo
author | yoneda <yoneda@recorder.localnet.mda.or.jp> |
---|---|
date | Tue, 28 Jul 2009 23:21:19 +0900 |
parents | 6f961c8ab304 |
children | be9e4520cfec |
files | Settings.class.php |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Settings.class.php Tue Jul 28 19:51:50 2009 +0900 +++ b/Settings.class.php Tue Jul 28 23:21:19 2009 +0900 @@ -29,7 +29,7 @@ if(defined("BS_TUNERS")) $xml->bs_tuners = BS_TUNERS; else $xml->bs_tuners = 0; - if(defined("GR_TUNERS")) $xml->gr_tuenrs = GR_TUNERS; + if(defined("GR_TUNERS")) $xml->gr_tuners = GR_TUNERS; else $xml->gr_tuners = 1; if(defined("USE_KUROBON")) $xml->use_kurobon = USE_KUROBON ? 1 : 0; @@ -125,4 +125,4 @@ $this->asXML(INSTALL_PATH . self::CONFIG_XML); } } -?> \ No newline at end of file +?>