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
8e48cb38
authored
2011-04-13 13:48:55 +0000
by
Kevin Burton
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
bug fix - show tomorrows event for user reg in admin
1 parent
7f332a10
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
com/UserManager/views/edit_user_events.php
com/UserManager/views/edit_user_events.php
View file @
8e48cb3
...
...
@@ -109,7 +109,7 @@ $posts = query_posts(Array(
/*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