diff --git a/b2-include/b2functions.php b/b2-include/b2functions.php index ba9c24fc2e..32c29d7eee 100644 --- a/b2-include/b2functions.php +++ b/b2-include/b2functions.php @@ -626,8 +626,8 @@ function dropdown_categories($blog_ID=1) { function touch_time($edit=1) { global $month, $postdata, $time_difference; - echo $postdata['Date']; - echo '


'; + // echo $postdata['Date']; + echo '


'; $time_adj = time() + ($time_difference * 3600); $jj = ($edit) ? mysql2date('d', $postdata['Date']) : date('d', $time_adj); @@ -654,7 +654,7 @@ function touch_time($edit=1) { @ : : - +