OSDN Git Service

mod: ログ機能のためにconfig.phpを変更
authorepgrec@park.mda.or.jp <yoneda@recorder.localnet.mda.or.jp>
Sat, 20 Mar 2010 15:00:58 +0000 (00:00 +0900)
committerepgrec@park.mda.or.jp <yoneda@recorder.localnet.mda.or.jp>
Sat, 20 Mar 2010 15:00:58 +0000 (00:00 +0900)
config.php.sample

index 142d9c7..052522d 100755 (executable)
@@ -222,6 +222,6 @@ define( "PROGRAM_TBL",  "programTbl" );                                             // 番組表
 define( "CHANNEL_TBL",  "channelTbl" );                                                // チャンネルテーブル
 define( "CATEGORY_TBL", "categoryTbl" );                                       // カテゴリテーブル
 define( "KEYWORD_TBL", "keywordTbl" );                                         // キーワードテーブル
 define( "CHANNEL_TBL",  "channelTbl" );                                                // チャンネルテーブル
 define( "CATEGORY_TBL", "categoryTbl" );                                       // カテゴリテーブル
 define( "KEYWORD_TBL", "keywordTbl" );                                         // キーワードテーブル
-
-
+// ログテーブル
+define( "LOG_TBL", "logTbl" );
 ?>
\ No newline at end of file
 ?>
\ No newline at end of file