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
LQDN Adminsys
don
Commits
5f448abd
Commit
5f448abd
authored
Mar 21, 2019
by
okhin
🚴
Browse files
Revert "Changement du format de CSV avec une date sur 4 chiffres"
This reverts commit
ccd268bf
parent
43caa3e9
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/controller/admin.php
View file @
5f448abd
...
...
@@ -1001,7 +1001,7 @@ class Admin extends Controller
$time_struct
[
'tm_sec'
],
$time_struct
[
'tm_mon'
]
+
1
,
$time_struct
[
'tm_mday'
],
$time_struct
[
'tm_year'
]
$time_struct
[
'tm_year'
]
+
1900
));
$cb
[
'expiration'
]
=
$new_expiration
;
if
(
$data
[
'status'
]
==
''
)
{
...
...
@@ -1357,7 +1357,7 @@ class Admin extends Controller
$time_struct
[
'tm_sec'
],
$time_struct
[
'tm_mon'
]
+
1
,
$time_struct
[
'tm_mday'
],
$time_struct
[
'tm_year'
]
$time_struct
[
'tm_year'
]
+
1900
));
// Pour un don récurrent, on recherche son équivalent qui peut ne pas exister
$result
=
$db
->
query
(
"SELECT email
...
...
Write
Preview
Supports
Markdown
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