mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Links named differently.
git-svn-id: http://svn.automattic.com/wordpress/trunk@679 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
253f684253
commit
bd9d4b4937
@ -160,7 +160,7 @@ if ($got_links && $got_cats) {
|
||||
$got_row = true;
|
||||
} else {
|
||||
echo "<p>Gonna insert category 1...</p>\n";
|
||||
$sql = "INSERT INTO $tablelinkcategories (cat_id, cat_name) VALUES (1, 'General')";
|
||||
$sql = "INSERT INTO $tablelinkcategories (cat_id, cat_name) VALUES (1, 'Links')";
|
||||
$result = mysql_query($sql) or print ("Can't query insert category.<br />" . $sql . "<br />" . mysql_error());
|
||||
if ($result != false) {
|
||||
echo "<p>Inserted category Ok</p>\n";
|
||||
|
Loading…
Reference in New Issue
Block a user