From de4ff858c29ad2ab43ec109a0999086e411ef3df Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Tue, 16 Oct 2012 11:58:36 +0000 Subject: [PATCH] Typo SQL et correction d'un champ texte --- bureau/admin/adm_defquotas.php | 2 +- install/mysql.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bureau/admin/adm_defquotas.php b/bureau/admin/adm_defquotas.php index cb5cacb1..8d2733a5 100644 --- a/bureau/admin/adm_defquotas.php +++ b/bureau/admin/adm_defquotas.php @@ -86,7 +86,7 @@ foreach($quota->listtype() as $type) {

- +
diff --git a/install/mysql.sql b/install/mysql.sql index 22b778c4..76ed101b 100644 --- a/install/mysql.sql +++ b/install/mysql.sql @@ -355,7 +355,7 @@ CREATE TABLE IF NOT EXISTS tld ( mode tinyint(4) NOT NULL default '0', -- Comment est-il autorisé ? PRIMARY KEY (tld), KEY mode (mode) -) TYPE=MyISAM COMMENT='TLD autorisés et comment sont-ils autorisés ? '; +) TYPE=MyISAM COMMENT='TLD autorises et comment sont-ils autorises ? '; -- -- Contenu de la table `tld`