Added word count

This commit is contained in:
martin 2002-07-29 06:20:27 +00:00
parent 58918d13db
commit 64dc5067fd

View File

@ -85,7 +85,9 @@
if ($timenow < $timefinish) {
if ($entry->modified) {
echo "<P><FONT SIZE=-2><B>Last edited:</B> ";
echo userdate($entry->modified)."</FONT></P>";
echo userdate($entry->modified);
echo " (".count_words($entry->text)." words)";
echo "</FONT></P>";
}
if ($journal->days) {
echo "<P><FONT SIZE=-2><B>Editing period ends:</B> ";