mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 04:48:25 +01:00
Make sure we create the links tables too.
git-svn-id: https://develop.svn.wordpress.org/trunk@35 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
026edf9db2
commit
af0f13e97d
@ -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<br />";
|
||||
|
||||
require_once("wp-links/links.install.php");
|
||||
?>
|
||||
|
||||
<br />
|
||||
|
Loading…
x
Reference in New Issue
Block a user