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
mahara
mahara
Commits
e112966d
Commit
e112966d
authored
Feb 16, 2015
by
Robert Lyon
Committed by
Gerrit Code Review
Feb 16, 2015
Browse files
Merge "Use different strptime params for BSD compatibility"
parents
90a1c429
6e07fb07
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/view/access.php
View file @
e112966d
...
...
@@ -336,8 +336,8 @@ function ptimetotime($ptime) {
$ptime
[
'tm_hour'
],
$ptime
[
'tm_min'
],
$ptime
[
'tm_sec'
],
1
,
$ptime
[
'tm_
y
day'
]
+
1
,
$ptime
[
'tm_mon'
]
+
1
,
$ptime
[
'tm_
m
day'
],
$ptime
[
'tm_year'
]
+
1900
);
}
...
...
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