[geeklog-cvs] geeklog: Format number of stories in topic

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Oct 4 17:22:19 EDT 2009


changeset 7363:8b1e9b058fbd
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/8b1e9b058fbd
user: Dirk Haun <dirk at haun-online.de>
date: Sun Oct 04 21:38:38 2009 +0200
description:
Format number of stories in topic

diffstat:

 public_html/admin/topic.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r aaa5a1f1850e -r 8b1e9b058fbd public_html/admin/topic.php
--- a/public_html/admin/topic.php	Sun Oct 04 19:56:54 2009 +0200
+++ b/public_html/admin/topic.php	Sun Oct 04 21:38:38 2009 +0200
@@ -215,7 +215,7 @@
     }
 
     $topic_templates->set_var('lang_num_stories', $LANG27[30]);
-    $topic_templates->set_var('num_stories', $num_stories);
+    $topic_templates->set_var('num_stories', COM_numberFormat($num_stories));
     $topic_templates->set_var('gltoken_name', CSRF_TOKEN);
     $topic_templates->set_var('gltoken', SEC_createToken());
     $topic_templates->parse('output', 'editor');



More information about the geeklog-cvs mailing list