Mercurial > epgrec.yaz
diff Keyword.class.php @ 39:8965ef108821
change: modify all scripts for web base setting.
author | Sushi-k <epgrec@park.mda.or.jp> |
---|---|
date | Tue, 28 Jul 2009 11:50:04 +0900 |
parents | e5f9aa34d06f |
children | 3d6e7c606896 |
line wrap: on
line diff
--- a/Keyword.class.php Tue Jul 28 10:49:55 2009 +0900 +++ b/Keyword.class.php Tue Jul 28 11:50:04 2009 +0900 @@ -7,11 +7,7 @@ class Keyword extends DBRecord { - protected $settings; - public function __construct($property = null, $value = null ) { - $this->settings = Settings::factory(); - try { parent::__construct(KEYWORD_TBL, $property, $value ); }