Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pixel Humain
costum
Commits
e980f250
Commit
e980f250
authored
Jun 07, 2021
by
Sylvany Mirana
Browse files
elts > 9 cocity
parent
3498b87d
Changes
1
Hide whitespace changes
Inline
Side-by-side
controllers/actions/cocity/GenerateCocityAction.php
View file @
e980f250
...
...
@@ -24,7 +24,7 @@ class GenerateCocityAction extends CAction{
$number
=
PHDB
::
count
(
$v
,[
"address.postalCode"
=>
$value
]);
$elCtCP
+=
$number
;
}
if
(
$elCtCP
)
{
if
(
$elCtCP
>
9
)
{
if
(
$value
!=
''
)
{
$city
=
PHDB
::
findOne
(
City
::
COLLECTION
,
array
(
"postalCodes.postalCode"
=>
$value
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment