Skip to content
Snippets Groups Projects
Commit 3b1c3a56 authored by Eric Quinton's avatar Eric Quinton
Browse files

:fix: prise en compte de modifications non commitées

issues #593 et #594
parent c74c7288
No related merge requests found
......@@ -61,7 +61,6 @@ class DbParam extends ObjetBDD
function ecrireGlobal($data)
{
$this->colonnes["dbparam_name"]["requis"] = 0;
printA($data);
foreach ($data as $key => $value) {
if (substr($key, 0, 2) == "id") {
$aval = explode(":", $key);
......
<?php
$message->setSyslog("Deconnexion from " . $_SESSION["login"] . " - address " . getIPClientAddress());
if ($ident_type != "HEADER") {
require_once "framework/identification/login.class.php";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment