gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2737 - in GNUnet-docs/WWW: . test/tmp


From: grothoff
Subject: [GNUnet-SVN] r2737 - in GNUnet-docs/WWW: . test/tmp
Date: Fri, 5 May 2006 02:58:32 -0700 (PDT)

Author: grothoff
Date: 2006-05-05 02:57:58 -0700 (Fri, 05 May 2006)
New Revision: 2737

Modified:
   GNUnet-docs/WWW/i18nhtml.inc.php
   GNUnet-docs/WWW/test/tmp/full.php
Log:
fix

Modified: GNUnet-docs/WWW/i18nhtml.inc.php
===================================================================
--- GNUnet-docs/WWW/i18nhtml.inc.php    2006-05-05 09:29:39 UTC (rev 2736)
+++ GNUnet-docs/WWW/i18nhtml.inc.php    2006-05-05 09:57:58 UTC (rev 2737)
@@ -576,6 +576,7 @@
   global $lang;
   global $i18nHTMLrecordMode;
   global $i18nHTMLhasTranslation, $i18nHTMLsqlPrefix;
+  global $i18nHTMLsrcLang;
 
   $i18nHTMLhasTranslation = 1; // assume translation until failure
 
@@ -776,6 +777,7 @@
 // at least 1 translated string.
 function generateLanguageBar() {
   global $connection, $i18nHTMLsqlPrefix;
+  global $i18nHTMLsrcLang;
 
   if ($connection) {
     echo "<center>[";
@@ -810,6 +812,7 @@
   global $xlang;
   global $editor;
   global $HTTP_SERVER_VARS;
+  global $i18nHTMLsrcLang;
 
   P();
   echo "Translation engine based on <a 
href=\"http://gnunet.org/i18nHTML/\";>i18nHTML</a> (C) 2003, 2004, 2005, 2006 <a 
href=\"http://grothoff.org/christian/\";>Christian Grothoff</a>.<br />\n";

Modified: GNUnet-docs/WWW/test/tmp/full.php
===================================================================
--- GNUnet-docs/WWW/test/tmp/full.php   2006-05-05 09:29:39 UTC (rev 2736)
+++ GNUnet-docs/WWW/test/tmp/full.php   2006-05-05 09:57:58 UTC (rev 2737)
@@ -20,7 +20,7 @@
 for ($ii=0;$ii<$num;$ii++) {
   $row = mysql_fetch_array($result); 
     printf("<tr><td>%s</td><td><a href=\"%s\">%s</a><td><td><a href=\"%s\">* 
%s</a></td></tr>\n", 
-         $id,
+         $ii,
          $row["url"], 
          $row["name"],
         $row["appUrl"],





reply via email to

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