Links named differently.
git-svn-id: https://develop.svn.wordpress.org/trunk@679 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d552550752
commit
d14d30dbf9
@ -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