diff Keyword.class.php @ 69:1033324d7ecc

Merge branch 'origin/testing'
author yoneda <yoneda@recorder.localnet.mda.or.jp>
date Tue, 03 Nov 2009 14:54:40 +0900
parents 3d6e7c606896
children cb7da56c4198
line wrap: on
line diff
--- a/Keyword.class.php	Wed Oct 21 16:57:26 2009 +0900
+++ b/Keyword.class.php	Tue Nov 03 14:54:40 2009 +0900
@@ -72,7 +72,7 @@
 			foreach( $precs as $rec ) {
 				try {
 					if( $rec->autorec ) {
-						Reservation::simple( $rec->id, $this->id );
+						Reservation::simple( $rec->id, $this->id, $this->settings->autorec_mode );
 						usleep( 100 );		// あんまり時間を空けないのもどう?
 					}
 				}