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
genotoul-bioinfo
ng6
Commits
1635037c
Commit
1635037c
authored
Oct 17, 2019
by
Romain Therville
🐭
Browse files
Merge branch 'issue#120' into 'master'
Merge branch issue#120 with master See merge request
!53
parents
5e0c63d4
3d78c9f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
ui/nG6/lib/class.tx_nG6_utils.php
View file @
1635037c
...
@@ -343,8 +343,8 @@ please have a look at our storage fees (<a href="###URL_PRICE###">###URL_PRICE##
...
@@ -343,8 +343,8 @@ please have a look at our storage fees (<a href="###URL_PRICE###">###URL_PRICE##
$retention_value
=
$split_retention_line
[
1
];
$retention_value
=
$split_retention_line
[
1
];
if
(
$policy
==
"date"
){
if
(
$policy
==
"date"
){
$date
=
date
(
"d/m/Y"
,
strtotime
(
$retention_value
)
)
;
$date
=
date
_create_from_format
(
"d/m/Y"
,
$retention_value
);
$nice_date
=
date
(
'l jS \of F Y h:i:s A'
,
$date
);
$nice_date
=
date
_format
(
$date
,
'l jS \of F Y'
);
$return_text
=
" until "
.
$nice_date
;
$return_text
=
" until "
.
$nice_date
;
}
elseif
(
$policy
==
"period"
){
}
elseif
(
$policy
==
"period"
){
...
...
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