gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r2304 - GNUnet-docs/WWW/test/tmp
Date: Wed, 30 Nov 2005 19:03:20 -0800 (PST)

Author: grothoff
Date: 2005-11-30 19:03:18 -0800 (Wed, 30 Nov 2005)
New Revision: 2304

Modified:
   GNUnet-docs/WWW/test/tmp/full.php
Log:
sort

Modified: GNUnet-docs/WWW/test/tmp/full.php
===================================================================
--- GNUnet-docs/WWW/test/tmp/full.php   2005-12-01 01:56:10 UTC (rev 2303)
+++ GNUnet-docs/WWW/test/tmp/full.php   2005-12-01 03:03:18 UTC (rev 2304)
@@ -9,7 +9,7 @@
      die ('Error selecting db : ' . mysql_error());  
 }
 echo "<html><body>\n";
-$query = "SELECT * FROM universities";
+$query = "SELECT * FROM universities ORDER BY name";
 $result = mysql_query($query, $connection);
 $skipped = 0;
 $num = 0;





reply via email to

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