予約重複判定パッチ

予約隣接が多重する場合のバグを修正しました。
今回は、diff配布なのでパッチ作業をお願いします。
このパッチは、過去のバージョン全てに対応しています。

diff -u old/Reservation.class.php new/Reservation.class.php
--- old/Reservation.class.php	2013-05-24 22:38:14.000000000 +0900
+++ new/Reservation.class.php	2013-05-29 00:11:50.667601816 +0900
@@ -231,7 +231,7 @@
 								}else
 									break;
 							}
-							if( $t_ovlp[$t_cnt][$n_0] <= $tuners-$t_cnt ){
+							if( $t_ovlp[$t_cnt][$n_0]<=$tuners-$t_cnt || ( $settings->force_cont_rec==1 && $trecs[$t_tree[$t_cnt][$b_rev]]['discontinuity']!=1 ) ){
 //echo count($t_tree[$t_cnt]).">>\n";
 								if( $t_ovlp[$t_cnt][$n_0]<=TUNER_UNIT1-1-$t_cnt && $t_ovlp[$t_cnt][$n_0] <= $tuners-1-$t_cnt ){
 									//(使い勝手の良い)チューナに余裕あり