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
ccd268bf
Commit
ccd268bf
authored
Jan 28, 2019
by
Okhin
Browse files
Changement du format de CSV avec une date sur 4 chiffres
parent
608bf5a0
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/controller/admin.php
View file @
ccd268bf
...
...
@@ -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'
]
+
1900
$time_struct
[
'tm_year'
]
));
$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'
]
+
1900
$time_struct
[
'tm_year'
]
));
// Pour un don récurrent, on recherche son équivalent qui peut ne pas exister
$result
=
$db
->
query
(
"SELECT email
...
...
okhin
🚴
@okhin
mentioned in commit
5f448abd
·
Mar 21, 2019
mentioned in commit
5f448abd
mentioned in commit 5f448abd2be80c8a373f15a18e954b646f6fb7e8
Toggle commit list
okhin
🚴
@okhin
mentioned in merge request
!107 (merged)
·
Mar 21, 2019
mentioned in merge request
!107 (merged)
mentioned in merge request !107
Toggle commit list
okhin
🚴
@okhin
mentioned in commit
4b6a8a0c
·
Mar 21, 2019
mentioned in commit
4b6a8a0c
mentioned in commit 4b6a8a0c2be09a8e0916075bba616fba20b3e085
Toggle commit list
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