Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
don
Commits
693cf877
Verified
Commit
693cf877
authored
Dec 06, 2019
by
Guinness
Browse files
PHP Linting
parent
5e9916b3
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/controller/cron.php
View file @
693cf877
...
...
@@ -109,13 +109,13 @@ class Cron extends Controller
"%%DECIMALES%%"
,
$decimales
,
str_replace
(
"%%NOM%%"
,
$pdf
[
'nom'
],
str_replace
(
"%%MILLIER%%"
,
$pdf
[
'decimale'
],
$template
)
"%%NOM%%"
,
$pdf
[
'nom'
],
str_replace
(
"%%MILLIER%%"
,
$pdf
[
'decimale'
],
$template
)
)
)
);
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment