Mercurial > epgrec.yaz
changeset 145:2cb414518ccd
mod: ?????????????????
| author | epgrec@park.mda.or.jp <yoneda@recorder.localnet.mda.or.jp> |
|---|---|
| date | Mon, 22 Mar 2010 15:11:31 +0900 |
| parents | fa1b0995992b |
| children | 4afd353b4507 fadae5e39857 |
| files | Keyword.class.php storeProgram.inc.php |
| diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Keyword.class.php Mon Mar 22 10:56:21 2010 +0900 +++ b/Keyword.class.php Mon Mar 22 15:11:31 2010 +0900 @@ -4,6 +4,7 @@ include_once( INSTALL_PATH . "/reclib.php" ); include_once( INSTALL_PATH . "/Reservation.class.php" ); include_once( INSTALL_PATH . '/Settings.class.php' ); +include_once( INSTALL_PATH . '/recLog.inc.php' ); class Keyword extends DBRecord { @@ -115,6 +116,7 @@ try { if( $rec->autorec ) { Reservation::simple( $rec->id, $this->id, $this->autorec_mode ); + reclog( "Keyword.class::キーワードID".$this->id."の録画が予約された"); usleep( 100 ); // あんまり時間を空けないのもどう? } }
--- a/storeProgram.inc.php Mon Mar 22 10:56:21 2010 +0900 +++ b/storeProgram.inc.php Mon Mar 22 15:11:31 2010 +0900 @@ -25,7 +25,7 @@ foreach( $arr as $val ) { try { $val->reservation(); - reclog( "getepg::キーワードID".$val->id."の録画が予約された"); +// reclog( "getepg::キーワードID".$val->id."の録画が予約された"); } catch( Exception $e ) { // 無視
