Update of /cvsroot/phpweather/phpweather/db
In directory usw-pr-cvs1:/tmp/cvs-serv1924
Modified Files:
pw_db_common.php
Log Message:
Stupid error...
Index: pw_db_common.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/db/pw_db_common.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- pw_db_common.php 25 Mar 2002 21:09:28 -0000 1.5
+++ pw_db_common.php 25 Mar 2002 21:12:09 -0000 1.6
@@ -110,7 +110,7 @@
if ($i % 100 == 0) {
$this->debug("Inserted $i METARs...");
}
- $i++
+ $i++;
} /* while (!feof($fp)) */
|