diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-21 15:58:32 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-21 15:58:32 +0000 |
| commit | 24c59e8f174fb20ef7e39d4e993fe3cc3c01a28a (patch) | |
| tree | ac287484ab4cc0fe3be074e98177e5226b241741 /phpBB/install | |
| parent | a262c97c7532aeac641ca49e518bb3f1cf372b46 (diff) | |
| download | forums-24c59e8f174fb20ef7e39d4e993fe3cc3c01a28a.tar forums-24c59e8f174fb20ef7e39d4e993fe3cc3c01a28a.tar.gz forums-24c59e8f174fb20ef7e39d4e993fe3cc3c01a28a.tar.bz2 forums-24c59e8f174fb20ef7e39d4e993fe3cc3c01a28a.tar.xz forums-24c59e8f174fb20ef7e39d4e993fe3cc3c01a28a.zip | |
Cache topic icons ... being used in three places, two high traffic areas ... probably worth caching, alter word censor to one var array ... hopefully this doesn't break anything :D
git-svn-id: file:///svn/phpbb/trunk@3347 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
| -rw-r--r-- | phpBB/install/schemas/mysql_schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/mysql_schema.sql b/phpBB/install/schemas/mysql_schema.sql index 01220befe1..499c6b490b 100644 --- a/phpBB/install/schemas/mysql_schema.sql +++ b/phpBB/install/schemas/mysql_schema.sql @@ -20,6 +20,7 @@ CREATE TABLE phpbb_attach_desc ( PRIMARY KEY (attach_id) ); + # -------------------------------------------------------- # # Table structure for table `phpbb_auth_groups` |
