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
818c1ccb
authored
2011-04-13 13:50:48 +0000
by
Kevin Burton
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
merged 224 into tag
1 parent
b556d5ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
com/UserManager/views/edit_user_events.php
com/UserManager/views/edit_user_events.php
View file @
818c1cc
...
...
@@ -108,8 +108,8 @@ $posts = query_posts(Array(
$is_archived
=
get_post_meta
(
$post
->
ID
,
'is_archived_webinar'
,
true
);
/*if (!$is_archived == "on") { continue; }*/
}
else
{
if
(
$event_date
<=
(
time
()
+
(
60
*
60
*
24
))
)
{
if
(
$event_date
<
(
current_time
(
'timestamp'
)
-
(
60
*
60
*
24
))
)
{
continue
;
}
...
...
Please
register
or
sign in
to post a comment