Changeset 320 for trunk/npemap.org.uk
- Timestamp:
- Nov 5, 2006, 12:00:31 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/scripts/process-problems
r319 r320 45 45 print " "; 46 46 print "Reason: " . $hr->{'reason'} . ' ' if $hr->{'reason'}; 47 print "(". $hr->{' b.created_at'} . ")\n";47 print "(". $hr->{'prob_date'} . ")\n"; 48 48 print " http://www.npemap.org.uk/tiles/map.html#" . 49 49 int($hr->{'easting'} / 1000) . ',' . int($hr->{'northing'} / 1000) . ",1\n";
Note: See TracChangeset
for help on using the changeset viewer.