Algunos arreglos de la importación/exportación de datos

This commit is contained in:
2014-02-19 01:37:56 +01:00
parent 682f875ebf
commit 1bc318dfae
2 changed files with 37 additions and 15 deletions

View File

@@ -35,6 +35,7 @@ class Importacion {
switch ($opc) {
case 'form':return $this->formulario();
case 'importar':return $this->importarFichero();
case 'ejecutar':return "Ok";
}
}