mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-16 15:46:04 +01:00
Make sure we create the links tables too.
git-svn-id: http://svn.automattic.com/wordpress/trunk@35 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4760e8e0df
commit
cbc0bca320
@ -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());
|
$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<br />";
|
echo "users: OK<br />";
|
||||||
|
|
||||||
|
require_once("wp-links/links.install.php");
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
Loading…
Reference in New Issue
Block a user