diff options
| author | 2013-11-19 10:57:33 +0100 | |
|---|---|---|
| committer | 2013-11-19 10:57:33 +0100 | |
| commit | a80a39e975c673c6466f1eb3580e3107401d1eeb (patch) | |
| tree | 17d4d3c6de68d982d59dee31990e8a1f1377a15c /public/install.php | |
| parent | 51900de16cba0d4eb3897dfc4f5510b5fb686e5f (diff) | |
Oubli CHARACTER SET latin1 pour les URLs
Diffstat (limited to 'public/install.php')
| -rw-r--r-- | public/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/install.php b/public/install.php index f783c777b..287e14614 100644 --- a/public/install.php +++ b/public/install.php @@ -23,7 +23,7 @@ define ('SQL_REQ_FEED', 'CREATE TABLE IF NOT EXISTS `%sfeed` ( `url` varchar(511) CHARACTER SET latin1 NOT NULL, `category` SMALLINT DEFAULT 0, -- v0.7 `name` varchar(255) NOT NULL, - `website` varchar(255) NOT NULL, + `website` varchar(255) CHARACTER SET latin1 NOT NULL, `description` text NOT NULL, `lastUpdate` int(11) NOT NULL, `priority` tinyint(2) NOT NULL DEFAULT 10, |
