]> git.openstreetmap.org Git - nominatim.git/commit
introduce chksql function for phpscripts
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 8 Jun 2016 22:24:18 +0000 (00:24 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 9 Jun 2016 18:37:51 +0000 (20:37 +0200)
commitcf4a44aaf7f8dd9ac7396deb0fe597980e22df96
treee9a2d81a0a723e34f53f41a1549c0d05345806dc
parent85c72cdccdb6adcad7a78643c569935e88a73182
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.
lib/cmd.php
utils/setup.php
utils/update.php