diff envSetting.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 481e789605e3
line wrap: on
line diff
--- a/envSetting.php	Wed Oct 21 16:57:26 2009 +0900
+++ b/envSetting.php	Tue Nov 03 14:54:40 2009 +0900
@@ -7,6 +7,7 @@
 $smarty = new Smarty();
 
 $smarty->assign( "settings", $settings );
+$smarty->assign( "record_mode", $RECORD_MODE );
 $smarty->assign( "install_path", INSTALL_PATH );
 $smarty->assign( "post_to", "postsettings.php" );
 $smarty->assign( "sitetitle", "環境設定設定" );