Update of /cvsroot/meshdb/www/db2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25266
Modified Files:
index.php
Log Message:
Oops... it's SQL, not PHP or C or anything else...
Index: index.php
===================================================================
RCS file: /cvsroot/meshdb/www/db2/index.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- index.php 16 Feb 2005 11:17:32 -0000 1.12
+++ index.php 16 Feb 2005 23:54:50 -0000 1.13
@@ -61,7 +61,7 @@
?> and <?
$result = mysql_query("SELECT count(*)
FROM netloc
- WHERE status == 'full'
+ WHERE status = 'full'
AND active", $db)
or die(mysql_error($db));
$row = mysql_fetch_row($result);
|