now posts show up :P

git-svn-id: https://develop.svn.wordpress.org/trunk@922 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
michelvaldrighi 2004-02-23 14:14:49 +00:00
parent 7d798ecade
commit d3540cc93d
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ if ($p == 'all') {
$where = ''; $where = '';
} }
$now = date('Y-m-d H:i:00',(time() + ($time_difference * 3600))); $now = gmdate('Y-m-d H:i:s');
if ($pagenow != 'post.php' && $pagenow != 'edit.php') { if ($pagenow != 'post.php' && $pagenow != 'edit.php') {
if ((empty($poststart)) || (empty($postend)) || !($postend > $poststart)) { if ((empty($poststart)) || (empty($postend)) || !($postend > $poststart)) {