comparison recomplete.php @ 39:8965ef108821

change: modify all scripts for web base setting.
author Sushi-k <epgrec@park.mda.or.jp>
date Tue, 28 Jul 2009 11:50:04 +0900
parents e5f9aa34d06f
children f8f6e0d3acaf
comparison
equal deleted inserted replaced
38:2bc96d657ba1 39:8965ef108821
3 include_once( "config.php" ); 3 include_once( "config.php" );
4 include_once( INSTALL_PATH . "/DBRecord.class.php" ); 4 include_once( INSTALL_PATH . "/DBRecord.class.php" );
5 include_once( INSTALL_PATH . "/Settings.class.php" ); 5 include_once( INSTALL_PATH . "/Settings.class.php" );
6 6
7 $settings = Settings::factory(); 7 $settings = Settings::factory();
8
9 8
10 $reserve_id = $argv[1]; 9 $reserve_id = $argv[1];
11 10
12 try{ 11 try{
13 $rrec = new DBRecord( RESERVE_TBL, "id" , $reserve_id ); 12 $rrec = new DBRecord( RESERVE_TBL, "id" , $reserve_id );