gnunet-svn
[Top][All Lists]
Advanced

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

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


From: grothoff
Subject: [GNUnet-SVN] r2302 - GNUnet-docs/WWW/test/tmp
Date: Wed, 30 Nov 2005 17:46:21 -0800 (PST)

Author: grothoff
Date: 2005-11-30 17:46:19 -0800 (Wed, 30 Nov 2005)
New Revision: 2302

Modified:
   GNUnet-docs/WWW/test/tmp/ads.php
Log:
sync

Modified: GNUnet-docs/WWW/test/tmp/ads.php
===================================================================
--- GNUnet-docs/WWW/test/tmp/ads.php    2005-12-01 01:41:23 UTC (rev 2301)
+++ GNUnet-docs/WWW/test/tmp/ads.php    2005-12-01 01:46:19 UTC (rev 2302)
@@ -27,9 +27,9 @@
     $num2 = mysql_num_rows($result2);
   if ($num2 == 0) {
     $query3 = "SELECT * FROM noads WHERE id=$id";
-    $result3 = mysql_query($query2, $connection);
+    $result3 = mysql_query($query3, $connection);
     $num3 = 0;
-    $reason = "";
+    $reason = "none";
     if ($result3) 
       $num3 = mysql_num_rows($result3);
     if ($num3 > 0) {





reply via email to

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