Changeset 367 for trunk/npemap.org.uk
- Timestamp:
- Nov 13, 2006, 1:14:26 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/scripts/process-problems
r328 r367 23 23 SELECT p.id, outward, inward, p.ip AS sub_ip, b.ip AS prob_ip, b.reason, 24 24 reporter_email, p.created_at AS sub_date, b.created_at AS prob_date, 25 p.easting, p.northing 25 p.easting, p.northing, s.name AS source_name 26 26 FROM bad_postcodes AS b INNER JOIN postcodes AS p ON (b.postcode = p.id) 27 INNER JOIN sources AS s ON (p.source = s.id) 27 28 WHERE not b.actioned $postcode_where 28 29 ORDER BY p.id, b.created_at … … 56 57 print " http://www.npemap.org.uk/tiles/map.html#" . 57 58 int($hr->{'easting'} / 1000) . ',' . int($hr->{'northing'} / 1000) . ",1\n"; 59 print "Source: " . $hr->{'source_name'} . "\n"; 58 60 } 59 61
Note: See TracChangeset
for help on using the changeset viewer.