From 8439ed9ba5b36fa382e32ea883a0877d6ec536c0 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Thu, 9 Jun 2011 16:56:39 -0700 Subject: Finished added prices. Added more buttons to the headers. Fixed the categories. --- design/database.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'design') diff --git a/design/database.sql b/design/database.sql index e26e271..2dbd90c 100644 --- a/design/database.sql +++ b/design/database.sql @@ -98,7 +98,7 @@ CREATE TABLE page ( INSERT INTO `category` (`shortname`, `name`, `description`, `options`) VALUES ('free', 'Free Items', 'Do you have something of value someone could use and you want to give it away?', ''), - ('sale', 'For Sale', 'Do you have something you no longer need and want to sell it?', 'price'), + ('forsale', 'For Sale', 'Do you have something you no longer need and want to sell it?', 'price'), ('needs', 'Needs', 'Do you need something (furniture, job, housing, etc) that someone might be able to help with?', ''), ('events', 'Events', 'Do you have an upcoming event (qualifying statement here?) you would like to announce?', 'price'), ('jobs', 'Jobs', 'Do you have a job/position to fill and you''d like to tell people about?', 'price'), -- cgit v1.2.3