diff Keyword.class.php @ 66:3d6e7c606896

testing: auto record with mode
author yoneda <yoneda@recorder.localnet.mda.or.jp>
date Tue, 03 Nov 2009 14:51:44 +0900
parents 8965ef108821
children cb7da56c4198
line wrap: on
line diff
--- a/Keyword.class.php	Fri Oct 09 19:22:40 2009 +0900
+++ b/Keyword.class.php	Tue Nov 03 14:51:44 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 );		// あんまり時間を空けないのもどう?
 					}
 				}