Typo SQL et correction d'un champ texte

This commit is contained in:
Alan Garcia 2012-10-16 11:58:36 +00:00
parent 5c7653670d
commit de4ff858c2
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ foreach($quota->listtype() as $type) {
<p>
<?php __("Here is the list of the quotas on the server for the new accounts. If you want to change them, enter new values"); ?>
</p>
<span class="inb"><a href="adm_defquotas.php?synchronise=1"><?php __("Synchronise user's quota"); ?></a></span>
<span class="inb"><a href="adm_defquotas.php?synchronise=1"><?php __("Synchronise user's quota (only to upper value)"); ?></a></span>
<form method="post" action="adm_dodefquotas.php">
<div>

View File

@ -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`