Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
don
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
25
Issues
25
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
LQDN Adminsys
don
Commits
ccd268bf
Commit
ccd268bf
authored
Jan 28, 2019
by
Okhin
3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changement du format de CSV avec une date sur 4 chiffres
parent
608bf5a0
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/controller/admin.php
app/controller/admin.php
+2
-2
No files found.
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
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