gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1650 - Extractor-docs/WWW GNUnet-docs/WWW doodle-docs/WWW


From: grothoff
Subject: [GNUnet-SVN] r1650 - Extractor-docs/WWW GNUnet-docs/WWW doodle-docs/WWW i18nHTML/src i18nHTML-docs/WWW
Date: Sat, 13 Aug 2005 18:54:10 -0700 (PDT)

Author: grothoff
Date: 2005-08-13 18:54:07 -0700 (Sat, 13 Aug 2005)
New Revision: 1650

Modified:
   Extractor-docs/WWW/editor.php
   GNUnet-docs/WWW/editor.php
   doodle-docs/WWW/editor.php
   i18nHTML-docs/WWW/editor.php
   i18nHTML/src/editor.php
Log:
mantis 861

Modified: Extractor-docs/WWW/editor.php
===================================================================
--- Extractor-docs/WWW/editor.php       2005-08-14 01:50:12 UTC (rev 1649)
+++ Extractor-docs/WWW/editor.php       2005-08-14 01:54:07 UTC (rev 1650)
@@ -32,6 +32,8 @@
   die();
  }
 $start = $_REQUEST['start'];
+if (! $start)
+  $start = 0;
 H2("Mass translation to %s", $xlang);
 W("This page is for translating lots of sentences at once.");
 W("The sentences are ordered by the frequency that they are requested by 
users.");

Modified: GNUnet-docs/WWW/editor.php
===================================================================
--- GNUnet-docs/WWW/editor.php  2005-08-14 01:50:12 UTC (rev 1649)
+++ GNUnet-docs/WWW/editor.php  2005-08-14 01:54:07 UTC (rev 1650)
@@ -32,6 +32,8 @@
   die();
  }
 $start = $_REQUEST['start'];
+if (! $start)
+  $start = 0;
 H2("Mass translation to %s", $xlang);
 W("This page is for translating lots of sentences at once.");
 W("The sentences are ordered by the frequency that they are requested by 
users.");

Modified: doodle-docs/WWW/editor.php
===================================================================
--- doodle-docs/WWW/editor.php  2005-08-14 01:50:12 UTC (rev 1649)
+++ doodle-docs/WWW/editor.php  2005-08-14 01:54:07 UTC (rev 1650)
@@ -32,6 +32,8 @@
   die();
  }
 $start = $_REQUEST['start'];
+if (! $start)
+  $start = 0;
 H2("Mass translation to %s", $xlang);
 W("This page is for translating lots of sentences at once.");
 W("The sentences are ordered by the frequency that they are requested by 
users.");

Modified: i18nHTML/src/editor.php
===================================================================
--- i18nHTML/src/editor.php     2005-08-14 01:50:12 UTC (rev 1649)
+++ i18nHTML/src/editor.php     2005-08-14 01:54:07 UTC (rev 1650)
@@ -32,6 +32,8 @@
   die();
  }
 $start = $_REQUEST['start'];
+if (! $start)
+  $start = 0;
 H2("Mass translation to %s", $xlang);
 W("This page is for translating lots of sentences at once.");
 W("The sentences are ordered by the frequency that they are requested by 
users.");

Modified: i18nHTML-docs/WWW/editor.php
===================================================================
--- i18nHTML-docs/WWW/editor.php        2005-08-14 01:50:12 UTC (rev 1649)
+++ i18nHTML-docs/WWW/editor.php        2005-08-14 01:54:07 UTC (rev 1650)
@@ -32,6 +32,8 @@
   die();
  }
 $start = $_REQUEST['start'];
+if (! $start)
+  $start = 0;
 H2("Mass translation to %s", $xlang);
 W("This page is for translating lots of sentences at once.");
 W("The sentences are ordered by the frequency that they are requested by 
users.");





reply via email to

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