comparison customReservation.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 481e789605e3
comparison
equal deleted inserted replaced
38:2bc96d657ba1 39:8965ef108821
4 include_once( INSTALL_PATH . "/reclib.php" ); 4 include_once( INSTALL_PATH . "/reclib.php" );
5 include_once( INSTALL_PATH . "/Reservation.class.php" ); 5 include_once( INSTALL_PATH . "/Reservation.class.php" );
6 include_once( INSTALL_PATH . "/Settings.class.php" ); 6 include_once( INSTALL_PATH . "/Settings.class.php" );
7 7
8 $settings = Settings::factory(); 8 $settings = Settings::factory();
9
10 9
11 $program_id = 0; 10 $program_id = 0;
12 if( isset( $_POST['program_id'] ) ) $program_id = $_POST['program_id']; 11 if( isset( $_POST['program_id'] ) ) $program_id = $_POST['program_id'];
13 12
14 13