Skip to content

Commit

Permalink
Adding in some formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianAker committed May 11, 2002
1 parent da2c5a4 commit 683ec4a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions plugins/Stats/adminmail.pl
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,11 @@
articles_page => sprintf("%8d", $article_page_views ),
journals_page => sprintf("%8d", $journal_page_views),

palm_bytes => ($palm_bytes/1024),
rss_bytes => ($rss_bytes/1024),
comment_bytes => ($comment_bytes/1024 ),
article_bytes => ($article_bytes/1024 ),
journal_bytes => ($journal_bytes/1024),
palm_bytes => sprintf("%0.1f",$palm_bytes/1024),
rss_bytes => sprintf("%0.1f",$rss_bytes/1024),
comment_bytes => sprintf("%0.1f",$comment_bytes/1024 ),
article_bytes => sprintf("%0.1f",$article_bytes/1024 ),
journal_bytes => sprintf("%0.1f",$journal_bytes/1024),

palm_page => sprintf("%8d", $palm_page_views),
rss_page => sprintf("%8d", $rss_page_views),
Expand Down

0 comments on commit 683ec4a

Please sign in to comment.