comparison storeProgram.inc.php @ 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 5b192e94f49d
comparison
equal deleted inserted replaced
144:fa1b0995992b 145:2cb414518ccd
23 $arr = array(); 23 $arr = array();
24 $arr = Keyword::createKeywords(); 24 $arr = Keyword::createKeywords();
25 foreach( $arr as $val ) { 25 foreach( $arr as $val ) {
26 try { 26 try {
27 $val->reservation(); 27 $val->reservation();
28 reclog( "getepg::若若ID".$val->id."牙祉篋膣"); 28 // reclog( "getepg::若若ID".$val->id."牙祉篋膣");
29 } 29 }
30 catch( Exception $e ) { 30 catch( Exception $e ) {
31 // ∴ 31 // ∴
32 } 32 }
33 } 33 }