There was an "echo $story->cid;" after the date in $theme->story, which caused date/times for stories to appear like:

on Tuesday, 05/15/2001 - 18:393
on Friday, 05/11/2001 - 07:033
...
3-00
Steven Wittens 2001-05-19 11:58:37 +00:00
parent e7c727a634
commit c5f9c709fd
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@
<tr>
<td>
<a href="index.php?topic=<?php echo $story->tid; ?>"><img src="themes/yaroon/images/<?php echo $img; ?>" border="0" /></a>&nbsp;<b style="font-size: 12pt"><?php echo check_output($story->title); ?></b>
<?php echo strtr(t("by %a on %b"), array("%a" => format_username($story->userid), "%b" => format_date($story->timestamp), "small")); echo $story->cid; ?>
<?php echo strtr(t("by %a on %b"), array("%a" => format_username($story->userid), "%b" => format_date($story->timestamp), "small")); ?>
</td>
</tr>
<tr><td bgcolor="<?php echo $color; ?>"><img src="themes/yaroon/images/pixel.gif" width="1" height="1" alt="" border="0" /></td></tr>