Update of /cvsroot/phpweather/phpweather
In directory usw-pr-cvs1:/tmp/cvs-serv26702
Modified Files:
defaults-dist.php
Log Message:
Now that all database-related files are stored under
PHPWEATHER_BASE_DIR/db/files, there's no need for 'db_path'.
Index: defaults-dist.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/defaults-dist.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- defaults-dist.php 2001/05/20 13:07:16 1.5
+++ defaults-dist.php 2001/06/27 11:25:07 1.6
@@ -22,9 +22,9 @@
$this->properties['db_pconnect'] = false; /* db_common.php */
$this->properties['db_port'] = ''; /* db_common.php */
-$this->properties['db_path'] = PHPWEATHER_BASE_DIR; /* db_dba.php */
$this->properties['db_metars'] = 'metars'; /* db_dba.php */
$this->properties['db_stations'] = 'stations'; /* db_dba.php */
+$this->properties['db_countries'] = 'countries'; /* 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