From 5af414bdec1a843f34c8f101310165bc03bdd61e Mon Sep 17 00:00:00 2001 From: alex_t_king Date: Sun, 25 Jan 2004 09:46:57 +0000 Subject: [PATCH] added links for Alex and Dougal, updated Mike's link git-svn-id: http://svn.automattic.com/wordpress/trunk@794 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/install.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wp-admin/install.php b/wp-admin/install.php index 53cb7cd18..f758bfeb9 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -137,8 +137,9 @@ if (!$got_links) { $result = mysql_query($sql) or print ("Can't create the table '$tablelinks' in the database.
" . $sql . "
" . mysql_error()); $links = mysql_query("INSERT INTO $tablelinks VALUES ('', 'http://wordpress.org/', 'WordPress', '', '', 1, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '');"); $links = mysql_query("INSERT INTO $tablelinks VALUES ('', 'http://photomatt.net/', 'Matt', '', '', 1, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '');"); - $links = mysql_query("INSERT INTO $tablelinks VALUES ('', 'http://zed1.com/b2/', 'Mike', '', '', 1, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '');"); - + $links = mysql_query("INSERT INTO $tablelinks VALUES ('', 'http://zed1.com/journalized/', 'Mike', '', '', 1, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '');"); + $links = mysql_query("INSERT INTO $tablelinks VALUES ('', 'http://www.alexking.org/', 'Alex', '', '', 1, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '');"); + $links = mysql_query("INSERT INTO $tablelinks VALUES ('', 'http://dougal.gunters.org/', 'Dougal', '', '', 1, '', 'Y', 1, 0, '0000-00-00 00:00:00', '', '');"); if ($result != false) {