From 50967c6fa5749b51c9b22ddbddcda3341da02de4 Mon Sep 17 00:00:00 2001 From: Lillem4n Date: Wed, 16 Nov 2011 17:07:00 +0100 Subject: [PATCH] Fixed serious '-bug --- init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.php b/init.php index 11e0a1d..18a3778 100644 --- a/init.php +++ b/init.php @@ -18,7 +18,7 @@ $pdo->query('CREATE TABLE `bills` ( `id` int(11) NOT NULL AUTO_INCREMENT, `date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, - `due_date` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', + `due_date` timestamp NOT NULL DEFAULT \'0000-00-00 00:00:00\', `customer_id` int(10) unsigned NOT NULL, `customer_name` varchar(255) NOT NULL, `customer_orgnr` bigint(20) unsigned NOT NULL,