1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Correzione dello stile del codice

This commit is contained in:
Thomas Zilio
2018-03-22 15:40:20 +01:00
parent cc6335d9c0
commit db38efea54
21 changed files with 271 additions and 323 deletions

View File

@@ -42,7 +42,7 @@ switch (get('op')) {
if ($clear == 1 || $value == '') {
unset($_SESSION[$array[0]][$array[1]]);
} else {
$_SESSION[$array[0]][$array[1]] = $value;
$_SESSION[$array[0]][$array[1]] = $value;
}
break;