comparison config.php.sample @ 136:6754b6aa50cf

mod: ????????config.php???
author epgrec@park.mda.or.jp <yoneda@recorder.localnet.mda.or.jp>
date Sun, 21 Mar 2010 00:00:58 +0900
parents f854f6606fa5
children 9a27c517df8f 42f6eb738567
comparison
equal deleted inserted replaced
135:9c5e597ef6c6 136:6754b6aa50cf
220 define( "RESERVE_TBL", "reserveTbl" ); // 予約テーブル 220 define( "RESERVE_TBL", "reserveTbl" ); // 予約テーブル
221 define( "PROGRAM_TBL", "programTbl" ); // 番組表 221 define( "PROGRAM_TBL", "programTbl" ); // 番組表
222 define( "CHANNEL_TBL", "channelTbl" ); // チャンネルテーブル 222 define( "CHANNEL_TBL", "channelTbl" ); // チャンネルテーブル
223 define( "CATEGORY_TBL", "categoryTbl" ); // カテゴリテーブル 223 define( "CATEGORY_TBL", "categoryTbl" ); // カテゴリテーブル
224 define( "KEYWORD_TBL", "keywordTbl" ); // キーワードテーブル 224 define( "KEYWORD_TBL", "keywordTbl" ); // キーワードテーブル
225 225 // ログテーブル
226 226 define( "LOG_TBL", "logTbl" );
227 ?> 227 ?>