comparison customReservation.php @ 142:481e789605e3

mod: EPG¤Î¹¹¿·¤ÈƱ»þ¤ËͽÌó¾ðÊó¤ò¹¹¿·¤¹¤ë¤è¤¦¤ËÊѹ¹¡¢¥í¥°¥Ó¥å¡¼¥¢¤ÎÄɲÃ
author epgrec@park.mda.or.jp <yoneda@recorder.localnet.mda.or.jp>
date Sun, 21 Mar 2010 16:42:58 +0900
parents 8965ef108821
children
comparison
equal deleted inserted replaced
136:6754b6aa50cf 142:481e789605e3
58 $title, 58 $title,
59 $description, 59 $description,
60 $category_id, 60 $category_id,
61 $program_id, 61 $program_id,
62 0, // 自動録画 62 0, // 自動録画
63 $mode // 録画モード 63 $mode, // 録画モード
64 1 // ダーティフラグ
64 ); 65 );
65 } 66 }
66 catch( Exception $e ) { 67 catch( Exception $e ) {
67 exit( "Error:".$e->getMessage() ); 68 exit( "Error:".$e->getMessage() );
68 } 69 }