1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-30 12:48:21 +02:00

Fixed problem with post insert

git-svn-id: file:///svn/phpbb/trunk@360 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-05-28 15:11:20 +00:00
parent 81015f9428
commit 03dd4c39c3

@ -23,7 +23,7 @@ INSERT INTO phpbb_users VALUES (1,1,'admin',NOW(),'','','','','-8','d M Y H:i','
INSERT INTO phpbb_topics VALUES(1,1,'Demo Topic', 1,NOW(), 0,0,0,0,1);
# -- Demo Post
INSERT INTO phpbb_posts VALUES(1,1,1,1,NOW(),'234234232', LEFT(MD5('42'),10));
INSERT INTO phpbb_posts VALUES(1,1,1,NOW(),'234234232', LEFT(MD5('42'),10));
INSERT INTO phpbb_posts_text VALUES(1,'This is a demo post in the demo topic');
# -- Themes