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

Modified Files:
        defaults-dist.php 
Log Message:
Table-names can't contain periods (.), so I've renamed the default
table-names. So now the files used by the dba backend are just called
'metars' and 'stations' per default.


Index: defaults-dist.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/defaults-dist.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- defaults-dist.php   2001/04/26 15:57:35     1.3
+++ defaults-dist.php   2001/05/19 16:20:13     1.4
@@ -23,8 +23,8 @@
 $this->properties['db_port']       = '';            /* db_common.php */
 
 $this->properties['db_path']       = PHPWEATHER_BASE_DIR; /* db_dba.php */
-$this->properties['db_metars']     = 'metars.db';   /* db_dba.php */
-$this->properties['db_stations']   = 'stations.db'; /* db_dba.php */
+$this->properties['db_metars']     = 'metars';      /* db_dba.php */
+$this->properties['db_stations']   = 'stations';    /* db_dba.php */
 
 $this->properties['db_type']       = 'null';        /* db_layer.php */
 


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

Reply via email to