1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-05 22:14:59 +02:00

Fixed typo. (and finally got WinCVS to work with Pageant again, weeee!)

git-svn-id: file:///svn/phpbb/trunk@4180 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Ludovic Arnaud 2003-06-26 20:57:11 +00:00
parent aed6479f40
commit b85637fc1a

View File

@ -586,7 +586,7 @@ CREATE TABLE phpbb_topics (
PRIMARY KEY (topic_id),
KEY forum_id (forum_id),
KEY forum_id_type (forum_id, topic_type),
KEY topic_last_post_time (topic_last_post_time),
KEY topic_last_post_time (topic_last_post_time)
);
# Table: 'phpbb_topic_marking'