From 6fc2070a22cda40d174db205847dca4c214eeea6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 14 Jan 2004 22:30:09 +0000 Subject: Patch 5114 by Kjartan: - Adds drupal_set_header() and drupal_get_headers(). - Cache now stores custom headers. - Replace theme_head() with drupal_get_html_head(), added drupal_set_html_head(). - Added RSS autodiscover links to node, blog and taxonomy pages. --- database/database.pgsql | 1 + 1 file changed, 1 insertion(+) (limited to 'database/database.pgsql') diff --git a/database/database.pgsql b/database/database.pgsql index a125d4ca1..2cc7feaf3 100644 --- a/database/database.pgsql +++ b/database/database.pgsql @@ -106,6 +106,7 @@ CREATE TABLE cache ( data text default '', expire integer NOT NULL default '0', created integer NOT NULL default '0', + headers text default '', PRIMARY KEY (cid) ); -- cgit v1.2.3