Skip to content

Commit

Permalink
Merge pull request #1 from 0x588/bugFix
Browse files Browse the repository at this point in the history
録画予約時のバグ修正(Thx 0x588)
  • Loading branch information
stz2012 committed Nov 29, 2012
2 parents c425216 + 3a268dc commit d612894
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Reservation.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ public static function custom(
$rrec->autorec = $autorec;
$rrec->mode = $mode;
$rrec->reserve_disc = md5( $crec->channel_disc . toDatetime( $start_time ). toDatetime( $end_time ) );
$rrec->update();

// 予約実行
$cmdline = $settings->at." ".date("H:i m/d/Y", $at_start);
Expand Down Expand Up @@ -434,4 +435,4 @@ public static function cancel( $reserve_id = 0, $program_id = 0 ) {
}
}
}
?>
?>

0 comments on commit d612894

Please sign in to comment.