Update of /cvsroot/phpweather/phpweather
In directory usw-pr-cvs1:/tmp/cvs-serv5641

Modified Files:
        data_retrieval.php 
Log Message:
That's not needed anymore.


Index: data_retrieval.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/data_retrieval.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- data_retrieval.php  2001/07/08 19:21:42     1.13
+++ data_retrieval.php  2001/07/08 21:25:31     1.14
@@ -129,10 +129,6 @@
    */
 
   function get_metar_from_db() {
-    if ($this->db->is_connected) {
-      $this->debug('get_metar_from_db(): Connected to the database, 
$this->db->is_connected == true, before connect()');
-    }
-
     if (!$this->db->connect()) {
       return false;
     }


_______________________________________________
PHPWeather-checkins mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/phpweather-checkins

Reply via email to