Quellcode durchsuchen

Fixe orthographe

stany.ferer vor 1 Jahr
Ursprung
Commit
288b5e9bc2

+ 3 - 3
core/class/maj.class.php

@@ -133,9 +133,9 @@ class maj {
             json::create("salaries-proweb");
             json::create("lotterys");
             json::create("banque-lignes-1");
-            json::create("banque-lignes-1");
-            json::create("banque-lignes-1");
-            json::create("banque-lignes-1");
+            json::create("banque-lignes-2");
+            json::create("banque-lignes-3");
+            json::create("banque-lignes-4");
             json::create("banque-csv");
         }
 

+ 1 - 1
core/submit/cms.parametres-maintenance-activation.php

@@ -23,7 +23,7 @@ if(core::ifGet("actif")){
             "log" => "Mode maintenance : Désactivation"
         ));
 
-        alert::recSuccess("Le mode maintenance est déactivé");
+        alert::recSuccess("Le mode maintenance est désactivé");
     }
 }
 

+ 0 - 2
core/views/pages/cms.compte.php

@@ -18,8 +18,6 @@
                 "Comptes bancaires" => NULL,
                 $banque["label"] . " (" . banque::getEuro($etatCompte["solde"]) . " au " . core::convertDate($etatCompte["date"], FALSE) . ")" => "/compte-". core::getGet("id") .".html")
         )); 
-
-        //json::create("banque-lignes-".core::getGet("id"));
 ?>
 
 <div>

+ 0 - 1
maj/sql/maj.sql

@@ -1 +0,0 @@
-DROP TABLE `test`;