comparison customReservation.php @ 146:4afd353b4507

merged with upstream
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 23 Mar 2010 02:37:31 +0900
parents 481e789605e3
children
comparison
equal deleted inserted replaced
141:d1681f891462 146:4afd353b4507
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 }