1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 03:04:09 +02:00

somehow I knew this had to happen :(

(just two very tiny changes to the previous commit)


git-svn-id: file:///svn/phpbb/trunk@5443 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Nils Adermann
2006-01-11 21:52:41 +00:00
parent 0e0b1120fb
commit 09edf1e1a5
2 changed files with 3 additions and 3 deletions

View File

@@ -564,7 +564,7 @@ CREATE TABLE phpbb_reports (
);
# Table: 'phpbb_search_results'
CREATE TABLE new_search_results (
CREATE TABLE phpbb_search_results (
search_key varchar(32) DEFAULT '' NOT NULL,
search_time int(11) DEFAULT '0' NOT NULL,
search_keywords mediumtext NOT NULL,