Update of /cvsroot/phpweather/phpweather
In directory usw-pr-cvs1:/tmp/cvs-serv7623
Modified Files:
db_dba.php
Log Message:
Ups, we have to return true here - if we don't the other function will
think that we couldn't connect to the database.
Index: db_dba.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/db_dba.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- db_dba.php 2001/04/26 13:11:00 1.4
+++ db_dba.php 2001/04/27 19:14:17 1.5
@@ -78,6 +78,7 @@
'r',
$this->properties['db_handler']);
}
+ return $this->is_connected;
}
/**
_______________________________________________
PHPWeather-checkins mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/phpweather-checkins