Links named differently.

git-svn-id: http://svn.automattic.com/wordpress/trunk@679 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-01-01 22:40:10 +00:00
parent 253f684253
commit bd9d4b4937
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";