phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: weather/setup default_records_us.inc.php,1.1,1.1


From: Miles Lott <address@hidden>
Subject: [Phpgroupware-cvs] CVS: weather/setup default_records_us.inc.php,1.1,1.1.2.1 default_records_world.inc.php,1.1,1.1.2.1
Date: Wed, 16 Jan 2002 09:22:39 -0500

Update of /cvsroot/phpgroupware/weather/setup
In directory subversions:/tmp/cvs-serv15858

Modified Files:
      Tag: Version-0_9_14-branch
        default_records_us.inc.php default_records_world.inc.php 
Log Message:
Replace date strings with now() - tested on pg/my



Index: default_records_us.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/weather/setup/default_records_us.inc.php,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** default_records_us.inc.php  3 Dec 2001 18:01:50 -0000       1.1
--- default_records_us.inc.php  16 Jan 2002 14:22:35 -0000      1.1.2.1
***************
*** 12,1394 ****
    /* $Id$ */
  
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(1455,'',20001104154906,'KABR','Aberdeen, Aberdeen Regional 
Airport','SDZ006','',177)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(1456,'',20001104154907,'KABI','Abilene, Abilene Regional 
Airport','TXZ127','',177)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(1457,'',20001104154907,'KVJI','Abingdon','VAZ008','',177)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(1458,'',20001104154906,'PADK','Adak, Naval Air Station','AKZ020','',177)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(1459,'',20001104152748,'KADG','Adrian, Lenawee County Airport','','',177)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(1460,'',20001104154906,'KANW','Ainsworth Municipal','NEZ008','042',177)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(1461,'',20001104154907,'KAFF','Air Force Academy','COZ071','',177)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(1462,'',20001104152748,'KAIT','Aitkin NDB Automatic Weather Observing / 
Reporting','','',177)");
[...2737 lines suppressed...]
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2816,'',now(),'KISW','Wisconsin Rapids, Alexander Field South Wood 
Count','WIZ035','',177)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2817,'',now(),'KLNP','Wise / Lonesome Pine','VAZ002','',177)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2818,'',now(),'KOLF','Wolf Point, Clayton Airport','MTZ020','',177)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2819,'',now(),'KBJJ','Wooster, Wayne County Airport','OHZ031','',177)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2820,'',now(),'KORH','Worcester, Worcester Regional 
Airport','MAZ012','bos',177)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2821,'',now(),'KWRL','Worland, Worland Municipal 
Airport','WYZ009','026',177)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2822,'',now(),'KOTG','Worthington Automatic Weather Observing / 
Reportin','MNZ089','',177)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2823,'',now(),'PAWG','Wrangell','AKZ026','',177)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2824,'',now(),'KOSC','Wurtsmith Air Force Base','MIZ036','',177)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2825,'',now(),'KYKM','Yakima, Yakima Air Terminal','WAZ025','',177)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2826,'',now(),'PAYA','Yakutat','AKZ022','',177)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2827,'',now(),'KYKN','Yankton Automatic Weather Observing / Reporting 
Sy','SDZ069','043',177)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2828,'',now(),'KP60','Yellowstone Lake','WYZ001','',177)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2829,'',now(),'KTHV','York, York Airport','','',177)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2830,'',now(),'KYNG','Youngstown, Youngstown-Warren Regional 
Airport','OHZ033','',177)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2831,'',now(),'KYUM','Yuma / Yuma International','','',177)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2832,'',now(),'KNYL','Yuma, Marine Corps Air Station','AZZ025','',177)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2833,'',now(),'KZZV','Zanesville, Zanesville Municipal 
Airport','OHZ057','',177)");
        $oProc->query("INSERT INTO phpgw_weather_region (region_id,region_name) 
values (1,'Albanie')");
        $oProc->query("INSERT INTO phpgw_weather_region (region_id,region_name) 
values (2,'Algeria')");

Index: default_records_world.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/weather/setup/default_records_world.inc.php,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -r1.1 -r1.1.2.1
*** default_records_world.inc.php       3 Dec 2001 18:01:50 -0000       1.1
--- default_records_world.inc.php       16 Jan 2002 14:22:35 -0000      1.1.2.1
***************
*** 12,2938 ****
    /* $Id$ */
  
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(1,'',20001104152747,'LATI','Tirana','','',1)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2,'',20001104152747,'DAUA','Adrar','','',2)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(3,'',20001104152747,'DABB','Annaba','','',2)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(4,'',20001104152747,'DABC','Constantine','','',2)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(5,'',20001104152747,'DAAG','Dar-El-Beida','','',2)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(6,'',20001104152747,'DAUG','Ghardaia','','',2)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(7,'',20001104152747,'DAUH','Hassi-Messaoud','','',2)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(8,'',20001104152747,'DAUZ','In Amenas','','',2)");
[...5825 lines suppressed...]
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2906,'',now(),'OYTZ','Taiz','','',186)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2907,'',now(),'LYBE','Beograd / Surcin','','',187)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2908,'',now(),'LYNI','Nis','','',187)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2909,'',now(),'LYTI','Podgorica / Golubovci','','',187)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2910,'',now(),'LYPG','Podgorica Titograd','','',187)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2911,'',now(),'LYPR','Pristina','','',187)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2912,'',now(),'LQSA','Sarajevo / Butmir','','',187)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2913,'',now(),'LYTV','Tivat','','',187)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2914,'',now(),'FZAA','Kinshasa / N\'Djili','','',188)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2915,'',now(),'FLLI','Livingstone','','',189)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2916,'',now(),'FLLS','Lusaka Internationalairport','','',189)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2917,'',now(),'FLND','NdolaKinshasa / N\'Djili','','',189)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2918,'',now(),'FVCZ','Buffalo Range','','',190)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2919,'',now(),'FVBU','Bulawayo Airport','','',190)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2920,'',now(),'FVTL','Gweru','','',190)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2921,'',now(),'FVHA','Harare Kutsaga','','',190)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2922,'',now(),'FVMV','Masvingo','','',190)");
!       $oProc->query("INSERT INTO phpgw_weather_metar VALUES 
(2923,'',now(),'FVFA','Victoria Falls','','',190)");
        $oProc->query("INSERT INTO phpgw_weather_region (region_id,region_name) 
values (1,'Albanie')");
        $oProc->query("INSERT INTO phpgw_weather_region (region_id,region_name) 
values (2,'Algeria')");




reply via email to

[Prev in Thread] Current Thread [Next in Thread]