Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sanaviron-quilmes
lib
Commits
f75679d9
Commit
f75679d9
authored
7 years ago
by
Esteban Sassone
Browse files
Options
Downloads
Plain Diff
Merge branch 'release/1.0.22'
parents
ec72fe07
2bc76751
No related branches found
Branches containing commit
Tags
1.0.22
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/siu/sq/lib/util/validador_array.php
+3
-4
3 additions, 4 deletions
src/siu/sq/lib/util/validador_array.php
with
3 additions
and
4 deletions
src/siu/sq/lib/util/validador_array.php
+
3
−
4
View file @
f75679d9
...
...
@@ -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 $tama
ni
o lenght m
�
xima permitida para el dato
* @param boolean $obligatorio valido que el dato tenga m
�
s de 0 char.
*
*
* @return boolean
...
...
@@ -123,7 +123,6 @@ class validador_array
return
false
;
}
// si no lo agarró nadie, sale true.
return
true
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment