diff --git a/bureau/admin/sql_getparam.php b/bureau/admin/sql_getparam.php index 4f7003ad..dd6b32f0 100644 --- a/bureau/admin/sql_getparam.php +++ b/bureau/admin/sql_getparam.php @@ -59,7 +59,7 @@ if (!$r=$mysql->get_dblist()) {
server; ?>
@@ -80,4 +82,4 @@ while (list($key,$val)=each($r)) - \ No newline at end of file + diff --git a/bureau/class/m_dom.php b/bureau/class/m_dom.php index aa7f9a46..0fda88ec 100644 --- a/bureau/class/m_dom.php +++ b/bureau/class/m_dom.php @@ -178,7 +178,7 @@ class m_dom { * force ne devrait être utilisé que par le super-admin. $ @return boolean Retourne FALSE si une erreur s'est produite, TRUE sinon. */ - function add_domain($domain,$dns,$noerase=0,$force=0,$isslave,$slavedom) { + function add_domain($domain,$dns,$noerase=0,$force=0,$isslave=0,$slavedom="") { global $db,$err,$quota,$classes,$L_MX,$L_FQDN,$tld,$cuid,$bro; $err->log("dom","add_domain",$domain); $mx="1"; diff --git a/bureau/locales/fr_FR/LC_MESSAGES/messages.po b/bureau/locales/fr_FR/LC_MESSAGES/messages.po index 1d260a44..d6fd6050 100644 --- a/bureau/locales/fr_FR/LC_MESSAGES/messages.po +++ b/bureau/locales/fr_FR/LC_MESSAGES/messages.po @@ -2066,8 +2066,8 @@ msgid "Change those Raw Statistics." msgstr "Modifier ce jeu de stats brutes." #: ../admin/sta2_list.php:36 ../admin/sta2_list.php:35 -msgid "Statistics List" -msgstr "Liste des jeux de statistiques" +msgid "Raw Statistics List" +msgstr "Liste des jeux de statistiques brutes" #: ../admin/sta2_list.php:40 ../admin/sta2_list.php:39 msgid "Create new Raw Statistics (apache)" @@ -2877,3 +2877,6 @@ msgstr "Fonctionnalit msgid "Please check which databases you want to delete" msgstr "Vous devez cocher les bases de données que vous souhaitez effacer" +msgid "Main database" +msgstr "Base de données principale" +