// +----------------------------------------------------------------------+ // // $Id$ // $Author$ // $URL$ // $Date$ // $Rev$ // return array ( 'obtener_datos_sistema' => 'SELECT id_sistema, nombre_sistema, desc_sistema, fecha_inicio, fecha_fin, fecha_implementacion, contacto FROM sistema ', 'obtener_datos_sistema2' => 'WHERE id_sistema = ? ', 'insert_update_sistema' => 'REPLACE INTO sistema (id_sistema, nombre_sistema, desc_sistema, fecha_inicio, fecha_fin, fecha_implementacion, contacto, responsable, estado) VALUES (?,?,?,?,?,?,?,?,1)', 'borrar_sistema' => 'UPDATE sistema set estado = 0 WHERE id_sistema = ?', ); ?>