From bd9d4b49370b75fd0ca5dca6bb6b26aacb2b2ef6 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Thu, 1 Jan 2004 22:40:10 +0000 Subject: [PATCH] Links named differently. git-svn-id: http://svn.automattic.com/wordpress/trunk@679 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/install.php b/wp-admin/install.php index b26a4e34c..063054710 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -160,7 +160,7 @@ if ($got_links && $got_cats) { $got_row = true; } else { echo "

Gonna insert category 1...

\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.
" . $sql . "
" . mysql_error()); if ($result != false) { echo "

Inserted category Ok

\n";