Closed cygri closed 11 years ago
Well they don't quite do the same thing. The one in scripts
imports stuff into the DB. The one in tools
just echos SQL statements which can then be run in MySQL. Anyway, the former can easily be replaced with the latter, so I'm deleting the former and update the README to explain how to use the latter.
The scripts in
scripts/import.php
andtools/csv-import.php
seem to be serving absolutely identical purposes. WTF!? Did I write the same thing twice?