From: Sarah Hoffmann Date: Wed, 8 Jun 2016 22:24:18 +0000 (+0200) Subject: introduce chksql function for phpscripts X-Git-Tag: v3.0.0~164 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/cf4a44aaf7f8dd9ac7396deb0fe597980e22df96?hp=cf4a44aaf7f8dd9ac7396deb0fe597980e22df96 introduce chksql function for phpscripts Checks SQL query results for errors and bails out if it finds one. Avoids some heavy code duplication all over the place. ---