Update of /cvsroot/phpweather/web
In directory usw-pr-cvs1:/tmp/cvs-serv10422
Modified Files:
index.php
Log Message:
This should help.
Index: index.php
===================================================================
RCS file: /cvsroot/phpweather/web/index.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- index.php 18 Mar 2002 16:52:28 -0000 1.7
+++ index.php 18 Mar 2002 17:06:44 -0000 1.8
@@ -12,8 +12,7 @@
<p>PHP Weather helps you do this on your webpages:</p>
<?php
-$weather = new phpweather(array('db_handler' => 'ndbm',
- 'db_type' => 'dba'));
+$weather = new phpweather(array());
$text = new pw_text_en($weather, array('mark_begin' => '<font color="blue">',
'mark_end' => '</font>'));
$images = new pw_images($weather, array('icons_path' => 'phpweather/icons/'));
|