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

Modified Files:
        db_dba.php 
Log Message:
Slight doc change.


Index: db_dba.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/db/db_dba.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- db_dba.php  2001/06/27 11:16:21     1.1
+++ db_dba.php  2001/06/30 19:20:58     1.2
@@ -54,7 +54,9 @@
   /**
    * Establishes a connection to the database. It is assumed, that the database is 
already created.
    *
-   * If there has already been made a connection to the database, this function just 
returns true, and nothing will be changed. This means that it is safe to call this 
instead of testing $is_connected. If $properties['db_pconnect'] is true, then a 
persistent connection will be established. $db_hostname is used as the path for the 
database.
+   * If there has already been made a connection to the database, this function just 
+returns true, and nothing will be changed. This means that it is safe to call this 
+instead of testing $is_connected.
+   *
+   * If $properties['db_pconnect'] is true, then a persistent connection will be 
+established. $db_hostname is used as the path for the database.
    *
    * @return  boolean  Returns true, if a connection were established, false 
otherwise.
    * @access  public


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

Reply via email to