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
die_coolen_jungs
our_own_cloud_project
Commits
4679e789
Commit
4679e789
authored
Apr 17, 2013
by
Bernhard Posselt
Browse files
also adjust template properly for log date fix
parent
f7e29eab
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/templates/admin.php
View file @
4679e789
...
@@ -214,7 +214,11 @@ endfor;?>
...
@@ -214,7 +214,11 @@ endfor;?>
<?php
p
(
$entry
->
message
);
?>
<?php
p
(
$entry
->
message
);
?>
</td>
</td>
<td>
<td>
<?php
p
(
OC_Util
::
formatDate
(
$entry
->
time
));
?>
<?php
if
(
is_int
(
$entry
->
time
)){
p
(
OC_Util
::
formatDate
(
$entry
->
time
));
}
else
{
p
(
$entry
->
time
);
}
?>
</td>
</td>
</tr>
</tr>
<?php
endforeach
;
?>
<?php
endforeach
;
?>
...
...
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