diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2003-04-22 19:44:00 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2003-04-22 19:44:00 +0000 |
| commit | fb195633021967499447451ecf7a435644846ce3 (patch) | |
| tree | f7d977babce282d24b8d9e36aae50f7944fad25b /phpBB/common.php | |
| parent | 5085f051bfb2ec73a7afa951126aa6448cc2d52c (diff) | |
| download | forums-fb195633021967499447451ecf7a435644846ce3.tar forums-fb195633021967499447451ecf7a435644846ce3.tar.gz forums-fb195633021967499447451ecf7a435644846ce3.tar.bz2 forums-fb195633021967499447451ecf7a435644846ce3.tar.xz forums-fb195633021967499447451ecf7a435644846ce3.zip | |
first version of attachment admin panel + some fixes (i hope i do not screw someones code with this, my appologies)
git-svn-id: file:///svn/phpbb/trunk@3926 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/common.php')
| -rw-r--r-- | phpBB/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php index f4d4969ffa..413968087a 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -138,7 +138,7 @@ define('FORUMS_WATCH_TABLE', $table_prefix.'forums_watch'); define('GROUPS_TABLE', $table_prefix.'groups'); define('GROUPS_MODERATOR_TABLE', $table_prefix.'groups_moderator'); define('ICONS_TABLE', $table_prefix.'icons'); -define('LASTREAD_TABLE', $table_prefix.'lastread'); +define('TOPICS_TRACK_TABLE', $table_prefix.'topics_marking'); define('LOG_ADMIN_TABLE', $table_prefix.'log_admin'); define('LOG_MOD_TABLE', $table_prefix.'log_moderator'); define('MODERATOR_TABLE', $table_prefix.'moderator_cache'); |
