comparison install/step3.php @ 117:f5d58cf2842f

merged with upstream
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 14 Mar 2010 16:31:50 +0900
parents f854f6606fa5
children 9c5e597ef6c6
comparison
equal deleted inserted replaced
113:9b9e22be8407 117:f5d58cf2842f
2 include_once("../config.php"); 2 include_once("../config.php");
3 include_once("../Smarty/Smarty.class.php"); 3 include_once("../Smarty/Smarty.class.php");
4 include_once("../DBRecord.class.php"); 4 include_once("../DBRecord.class.php");
5 include_once("../Settings.class.php"); 5 include_once("../Settings.class.php");
6 include_once("../reclib.php" ); 6 include_once("../reclib.php" );
7 include_once("../tableStruct.inc.php");
7 8
8 $settings = Settings::factory(); 9 $settings = Settings::factory();
9 $settings->post(); // いったん保存する 10 $settings->post(); // いったん保存する
10 $settings->save(); 11 $settings->save();
11 12