From 79d7f213ec2388ec3941699e7be11a9ebc18d638 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Fri, 23 May 2003 07:27:58 +0000 Subject: [PATCH] Tweaked touch_time as part of Admin update. git-svn-id: https://develop.svn.wordpress.org/trunk@43 602fd350-edb4-49c9-b593-d223f7449a82 --- b2-include/b2functions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) { @ : : - +