diff Reservation.class.php @ 102:49145003e6a3

fix whitespace and new line code
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Mon, 08 Mar 2010 01:08:47 +0900
parents e2c37cc736db
children f5d58cf2842f
line wrap: on
line diff
--- a/Reservation.class.php	Thu Mar 04 17:12:53 2010 +0900
+++ b/Reservation.class.php	Mon Mar 08 01:08:47 2010 +0900
@@ -79,7 +79,7 @@
 			// 既存予約数 = TUNER番号
 			$tuners = ($crec->type == "GR") ? $settings->gr_tuners : $settings->bs_tuners;
 			$type_str = ($crec->type == "GR") ? "type = 'GR' " : "(type = 'BS' OR type = 'CS') ";
-			
+
 			$battings = DBRecord::countRecords( RESERVE_TBL, "WHERE complete = '0' ".
 															  "AND ".$type_str.
 															  "AND starttime < '".toDatetime($end_time) ."' ".