* @var int $estado
* @access protected
*/
- var $_estado = 0;
+ var $_estado = 1;
/**
* Gets Asociaciones.
'fecha_implementacion' => $fecha_implementacion ? $fecha_implementacion->format("%Y-%m-%d") : null,
'contacto' => $this->getContacto(),
'responsable' => $this->getResponsable(),
- 'estado' => 1
+ 'estado' => $this->getEstado()
);
$res = $this->_db->autoExecute('samurai.sistema', $datos, DB_AUTOQUERY_INSERT);
'fecha_implementacion' => $fecha_implementacion ? $fecha_implementacion->format("%Y-%m-%d") : null,
'contacto' => $this->getContacto(),
'responsable' => $this->getResponsable(),
+ 'estado' => $this->getEstado()
);
$res = $this->_db->autoExecute('samurai.sistema', $datos, DB_AUTOQUERY_UPDATE, 'id_sistema = '.$idSistema);
if (PEAR::isError($res)) {
} // -X2C Class :SAMURAI_Sistema
-?>
+?>
\ No newline at end of file