diff install/step3.php @ 76:69e0dabc765a

fixed: Reservation.class.php modified: config.php.sample modified: index.php modified: install/step1.php modified: install/step3.php install/grscan.php
author Sushi-k <epgrec@park.mda.or.jp>
date Tue, 23 Feb 2010 19:58:30 +0900
parents a48ea70993a3
children f854f6606fa5
line wrap: on
line diff
--- a/install/step3.php	Tue Nov 03 16:01:24 2009 +0900
+++ b/install/step3.php	Tue Feb 23 19:58:30 2010 +0900
@@ -51,6 +51,7 @@
 $smarty->compile_dir = "../templates_c/";
 $smarty->cache_dir = "../cache/";
 
+$smarty->assign( "record_mode", $RECORD_MODE );
 $smarty->assign( "settings", $settings );
 $smarty->assign( "install_path", INSTALL_PATH );
 $smarty->assign( "post_to", "step4.php" );