From cbc0bca32067b0322e351e4a042897f3d4dc962f Mon Sep 17 00:00:00 2001 From: mikelittle Date: Thu, 22 May 2003 01:27:04 +0000 Subject: [PATCH] Make sure we create the links tables too. git-svn-id: http://svn.automattic.com/wordpress/trunk@35 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- b2install.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/b2install.php b/b2install.php index 8715650e63..59803f6eb0 100644 --- a/b2install.php +++ b/b2install.php @@ -89,6 +89,8 @@ $query = "INSERT INTO $tableusers (ID, user_login, user_pass, user_firstname, us $q = mysql_query($query) or mysql_doh("doh, can't set the default user in the table \"$tableusers\" in the database.", $query, mysql_error()); echo "users: OK
"; + +require_once("wp-links/links.install.php"); ?>