Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Xavier Bachelot
lemonldap-ng
Commits
d4372eae
Commit
d4372eae
authored
Dec 23, 2019
by
Christophe Maudoux
🐛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix month value (#2049)
parent
d53aff9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lemonldap-ng-common/lib/Lemonldap/NG/Common/Notifications/DBI.pm
...ap-ng-common/lib/Lemonldap/NG/Common/Notifications/DBI.pm
+2
-1
No files found.
lemonldap-ng-common/lib/Lemonldap/NG/Common/Notifications/DBI.pm
View file @
d4372eae
...
...
@@ -11,7 +11,7 @@ use Time::Local;
use
DBI
;
use
Encode
;
our
$VERSION
=
'
2.0.
7
';
our
$VERSION
=
'
2.0.
8
';
extends
'
Lemonldap::NG::Common::Notifications
';
...
...
@@ -220,6 +220,7 @@ sub getDone {
my
$result
;
while
(
my
$h
=
$self
->
sth
->
fetchrow_hashref
()
)
{
my
@t
=
split
(
/\D+/
,
$h
->
{
date
}
);
$t
[
1
]
--
;
my
$done
=
timelocal
(
$t
[
5
]
||
0
,
$t
[
4
]
||
0
,
$t
[
3
]
||
0
,
$t
[
2
],
$t
[
1
],
$t
[
0
]
);
$result
->
{"
$h
->{date}#
$h
->{uid}#
$h
->{ref}
"}
=
...
...
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