gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r2289 - GNUnet-docs/WWW/test/tmp


From: grothoff
Subject: [GNUnet-SVN] r2289 - GNUnet-docs/WWW/test/tmp
Date: Sun, 27 Nov 2005 13:07:47 -0800 (PST)

Author: grothoff
Date: 2005-11-27 13:07:46 -0800 (Sun, 27 Nov 2005)
New Revision: 2289

Modified:
   GNUnet-docs/WWW/test/tmp/jobs.php
Log:
typo

Modified: GNUnet-docs/WWW/test/tmp/jobs.php
===================================================================
--- GNUnet-docs/WWW/test/tmp/jobs.php   2005-11-27 21:03:42 UTC (rev 2288)
+++ GNUnet-docs/WWW/test/tmp/jobs.php   2005-11-27 21:07:46 UTC (rev 2289)
@@ -8,7 +8,7 @@
   if (!$db_selected) 
      die ('Error selecting db : ' . mysql_error());  
 }
-echo "<html><body><table>\n"
+echo "<html><body><table>\n";
 $query = "SELECT * FROM jobs";
 $result = mysql_query($query, $connection);
 $num = 0;
@@ -22,4 +22,4 @@
          $row["appDeadline"]);
 }
 echo "</table></body></html>\n"
-?>
\ No newline at end of file
+?>





reply via email to

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