From 125f92284489e8944e641e7de9d90279bd0b14d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mu=C3=B1oz=20Garcia?= <73303506+danimu03@users.noreply.github.com> Date: Tue, 8 Jun 2021 19:58:29 +0200 Subject: [PATCH] true/false --- panel_admin/panelAdmin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panel_admin/panelAdmin.php b/panel_admin/panelAdmin.php index aef95a4..4caea37 100644 --- a/panel_admin/panelAdmin.php +++ b/panel_admin/panelAdmin.php @@ -380,10 +380,10 @@ $descriptions[$key] = $value->getDescription(); $codes[$key] = $value->getCode(); if ($value->getActive() == 0) { - $actives[$key] = "si"; + $actives[$key] = "no"; } else{ - $actives[$key] = "no"; + $actives[$key] = "si"; } }