CVS: phpweather db_updater.php,1.2,1.3
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-03-25 20:16:41
|
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv16167 Modified Files: db_updater.php Log Message: Argh - yet another difference between my system and SourceForge! Index: db_updater.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/db_updater.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- db_updater.php 25 Mar 2002 20:11:19 -0000 1.2 +++ db_updater.php 25 Mar 2002 20:16:36 -0000 1.3 @@ -1,4 +1,4 @@ -#!/usr/bin/php4 -f +#!/usr/bin/php -f <?php error_reporting(E_ALL); |