how did nobody spot this? x_x

This commit is contained in:
Shish 2009-11-20 11:51:51 +00:00
parent 6818e598e5
commit a14b2a8a63

View File

@ -100,7 +100,7 @@ function autodate($date, $html=true) {
$format = $config->get_string('autodate_format', "F j, Y");
$seconds = time() - strtotime($date);
$ago = seconds_to_time($date) . " ago";
$ago = seconds_to_time($seconds) . " ago";
$on = "on " . date($format, strtotime($date));
if($config->get_bool('use_autodate', true)) {