comparison config.php.sample @ 137:a18df712fc7e

merged with upstream
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 21 Mar 2010 03:15:00 +0900
parents 6754b6aa50cf
children 9a27c517df8f 42f6eb738567
comparison
equal deleted inserted replaced
119:b172a0b1ea48 137:a18df712fc7e
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 ?>