gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r642 - i18nHTML-docs/WWW


From: grothoff
Subject: [GNUnet-SVN] r642 - i18nHTML-docs/WWW
Date: Sun, 10 Apr 2005 23:38:15 -0700 (PDT)

Author: grothoff
Date: 2005-04-10 23:38:13 -0700 (Sun, 10 Apr 2005)
New Revision: 642

Modified:
   i18nHTML-docs/WWW/status.php
Log:
fix

Modified: i18nHTML-docs/WWW/status.php
===================================================================
--- i18nHTML-docs/WWW/status.php        2005-04-11 06:36:03 UTC (rev 641)
+++ i18nHTML-docs/WWW/status.php        2005-04-11 06:38:13 UTC (rev 642)
@@ -85,7 +85,7 @@
 W("%s translated sentences in database.", $num);
 P();
 foreach ($stats as $a => $b) {
-  W("%s translations available in %s.", $b, $a);
+  W("%s translations available in %s.", ARRAY($b, $a));
   BR();
 }
 generateFooter();





reply via email to

[Prev in Thread] Current Thread [Next in Thread]