summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/WebConsole/gestores/gestor_entidades.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/WebConsole/gestores/gestor_entidades.php b/admin/WebConsole/gestores/gestor_entidades.php
index 7c89d30b..3afe104a 100644
--- a/admin/WebConsole/gestores/gestor_entidades.php
+++ b/admin/WebConsole/gestores/gestor_entidades.php
@@ -119,7 +119,7 @@ function Gestiona(){
$cmd->CreaParametro("@identidad",$identidad,1);
$cmd->CreaParametro("@nombreentidad",$nombreentidad,0);
$cmd->CreaParametro("@comentarios",$comentarios,0);
- $cmd->CreaParametro("@ogunit",$ogunit,0);
+ $cmd->CreaParametro("@ogunit",$ogunit,1);
switch($opcion){
case $op_alta :