Skip to content
Snippets Groups Projects
Commit f75679d9 authored by Esteban Sassone's avatar Esteban Sassone
Browse files

Merge branch 'release/1.0.22'

parents ec72fe07 2bc76751
No related branches found
Tags 1.0.22
No related merge requests found
......@@ -49,7 +49,7 @@ class validador_array
}
return array(
'registros_ok' => count($this->registros_ok),
'registros_ok' => $this->registros_ok,
'registros_nook' => $this->registros_nook
);
}
......@@ -85,8 +85,8 @@ class validador_array
*
* @param array $dato Es el dato a validar
* @param string $tipo Es el tipo del dato que necesito convalidar
* @param int $tamaño lenght máxima permitida para el dato
* @param boolean $obligatorio valido que el dato tenga más de 0 char.
* @param int $tamanio lenght mxima permitida para el dato
* @param boolean $obligatorio valido que el dato tenga ms de 0 char.
*
*
* @return boolean
......@@ -123,7 +123,6 @@ class validador_array
return false;
}
// si no lo agarró nadie, sale true.
return true;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment