mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-04 15:57:45 +02:00
A forum with no forums/cats now shows a nice message insted of a big ugly messed up template
git-svn-id: file:///svn/phpbb/trunk@56 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -253,6 +253,7 @@ CREATE TABLE phpbb_topics (
|
||||
topic_poster int(10) DEFAULT '0' NOT NULL,
|
||||
topic_time int(10) DEFAULT '0' NOT NULL,
|
||||
topic_views int(10) DEFAULT '0' NOT NULL,
|
||||
topic_replies int(10) DEFAULT '0' NOT NULL,
|
||||
forum_id int(10) DEFAULT '0' NOT NULL,
|
||||
topic_status tinyint(3) DEFAULT '0' NOT NULL,
|
||||
topic_notify tinyint(3) DEFAULT '0',
|
||||
|
Reference in New Issue
Block a user