From e1f21d2b864c82ef9b5790e45ae53db66c4e3327 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 9 Dec 2001 10:47:16 +0000 Subject: - Included the new documentation and renamed all "referer"s to "referrers" (including the SQL table name). Thanks Greg. --- update.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'update.php') diff --git a/update.php b/update.php index e71bd0ff6..b648584cf 100644 --- a/update.php +++ b/update.php @@ -19,6 +19,7 @@ $mysql_updates = array( "2001-11-17: distributed authentication" => "update_10", "2001-12-01" => "update_11", "2001-12-06" => "update_12", + "2001-12-09" => "update_13", ); // Update functions @@ -247,6 +248,10 @@ function update_12() { update_sql("ALTER TABLE book ADD format tinyint(2) DEFAULT '0';"); } +function update_13() { + update_sql("ALTER TABLE referer RENAME AS referrer;"); +} + // System functions function update_sql($sql) { global $edit; -- cgit v1.2.3