Update of /cvsroot/phpweather/phpweather-1.x
In directory usw-pr-cvs1:/tmp/cvs-serv22754
Modified Files:
phpweather.inc
Log Message:
DBM databases now work again thanks to Stuart Henderson
<st...@sp...>.
Index: phpweather.inc
===================================================================
RCS file: /cvsroot/phpweather/phpweather-1.x/phpweather.inc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- phpweather.inc 28 Jun 2002 15:50:03 -0000 1.8
+++ phpweather.inc 8 Aug 2002 17:46:04 -0000 1.9
@@ -386,7 +386,7 @@
* Aalborg, Denmark.
*/
- global $useOCI, $useMySQL, $useDBM, $usePSQL, $conn, $dbMetar,
+ global $useOCI, $useMySQL, $useDBM, $usePSQL, $conn, $dbmMetar,
$dbmTimestamp, $useXML, $XMLMetar, $XMLParser, $XMLFile;
if ($useMySQL) {
|