Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
domainepublic
alternc
Commits
3bf884de
Commit
3bf884de
authored
Jun 10, 2012
by
fred
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
always use two digits for month, day, and minutes
parent
b615adaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bureau/admin/main.php
bureau/admin/main.php
+1
-1
No files found.
bureau/admin/main.php
View file @
3bf884de
...
...
@@ -40,7 +40,7 @@ include("head.php");
// Show last login information :
__
(
"Last Login: "
);
echo
format_date
(
'the %3$d-%2$d-%1$d at %4$d:%5$d'
,
$mem
->
user
[
"lastlogin"
]);
echo
format_date
(
'the %3$d-%2$
02
d-%1$
02
d at %4$d:%5$
02
d'
,
$mem
->
user
[
"lastlogin"
]);
printf
(
" "
.
_
(
'from: <code> %1$s </code>'
)
.
"<br />"
,
$mem
->
user
[
"lastip"
]);
if
(
$mem
->
user
[
"lastfail"
])
{
...
...
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