comparison keywordTable.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 cb7da56c4198
comparison
equal deleted inserted replaced
38:2bc96d657ba1 39:8965ef108821
3 include_once( INSTALL_PATH . '/Smarty/Smarty.class.php' ); 3 include_once( INSTALL_PATH . '/Smarty/Smarty.class.php' );
4 include_once( INSTALL_PATH . "/DBRecord.class.php" ); 4 include_once( INSTALL_PATH . "/DBRecord.class.php" );
5 include_once( INSTALL_PATH . "/reclib.php" ); 5 include_once( INSTALL_PATH . "/reclib.php" );
6 include_once( INSTALL_PATH . "/Reservation.class.php" ); 6 include_once( INSTALL_PATH . "/Reservation.class.php" );
7 include_once( INSTALL_PATH . "/Keyword.class.php" ); 7 include_once( INSTALL_PATH . "/Keyword.class.php" );
8 // include_once( INSTALL_PATH . "/Settings.class.php" );
8 9
9 // 新規キーワードがポストされた 10 // 新規キーワードがポストされた
10 11
11 if( isset($_POST["add_keyword"]) ) { 12 if( isset($_POST["add_keyword"]) ) {
12 if( $_POST["add_keyword"] == 1 ) { 13 if( $_POST["add_keyword"] == 1 ) {