Changeset 169
- Timestamp:
- 04/08/08 10:30:50
- Files:
-
- scout/branches/cdl_0master.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
scout/branches/cdl_0master.pl
r168 r169 2868 2868 } 2869 2869 } 2870 my $strXMLPath = ''; 2871 my $strDate = `date +%Y-%m-%dT%H-%M-%S`; 2872 chomp( $strDate ); 2873 $strXMLPath = "../sql/$strPlatformID-$strDate.kml"; 2874 obsKMLSubRoutines::BuildKMLFile( \%ObsHash, $strXMLPath ); 2870 #DWR 4/5/2008 2871 if( $bWriteobsKMLFile ) 2872 { 2873 my $strXMLPath = ''; 2874 my $strDate = `date +%Y-%m-%dT%H-%M-%S`; 2875 chomp( $strDate ); 2876 $strXMLPath = "../sql/$strPlatformID-$strDate.kml"; 2877 obsKMLSubRoutines::BuildKMLFile( \%ObsHash, $strXMLPath ); 2878 } 2875 2879 }
