]> git.llucax.com Git - mecon/ai.git/blobdiff - lib/AI/Servicio.php
Se cambian los die(expr) por trigger_error(expr, E_USER_ERROR) para poder interceptar...
[mecon/ai.git] / lib / AI / Servicio.php
index ea6c13f53c3b9e8224988dc2e1134efaee882a7f..eb39944200713f388a4ec4c973ef38e6b0033821 100644 (file)
@@ -162,6 +162,7 @@ class AI_Servicio extends AI_DBTreeObject {
             'link_ayuda'        => $this->link_ayuda,
             'necesita_logueo'   => $this->necesita_logueo ? 1 : 0,
             'habilitado'        => $this->habilitado ? 1 : 0,
             'link_ayuda'        => $this->link_ayuda,
             'necesita_logueo'   => $this->necesita_logueo ? 1 : 0,
             'habilitado'        => $this->habilitado ? 1 : 0,
+            'ventana_nueva'     => $this->ventana_nueva ? 1 : 0,
         );
         $err = parent::guardar($db, $datos, $nuevo);
         if (PEAR::isError($err)) {
         );
         $err = parent::guardar($db, $datos, $nuevo);
         if (PEAR::isError($err)) {