Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
954ba5f8
authored
2011-04-13 13:56:01 +0000
by
Kevin Burton
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
merged 226 into tag
1 parent
818c1ccb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
com/UserManager/views/edit_user_events.php
com/UserManager/views/edit_user_events.php
View file @
954ba5f
...
...
@@ -38,6 +38,9 @@ else: ?>
<tbody>
<?php
foreach
(
$user
->
events
as
$event
)
:
$e
=
Events\get_event
(
$event
[
'event_id'
]);
if
(
empty
(
$e
->
ID
)
OR
$e
->
ID
<
1
)
{
continue
;
}
$event_date
=
get_post_meta
(
$e
->
ID
,
'event_date'
,
true
);
?>
<tr>
...
...
Please
register
or
sign in
to post a comment