Links named differently.

git-svn-id: https://develop.svn.wordpress.org/trunk@679 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-01-01 22:40:10 +00:00
parent d552550752
commit d14d30dbf9
1 changed files with 1 additions and 1 deletions

View File

@ -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";