Skip to content

Commit

Permalink
Fixed serious '-bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lillem4n committed Nov 16, 2011
1 parent 2033515 commit 50967c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 50967c6

Please sign in to comment.