Update for member import of amenities.
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 25 Oct 2016 15:46:27 +0000 (11:46 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 25 Oct 2016 15:46:27 +0000 (11:46 -0400)
Correcting the error reported. It was saying no cities exists.

models/admin/management/import/members.php

index ba56031..4359b2e 100644 (file)
@@ -124,7 +124,7 @@ if (!$failure) {
     $res = pg_query($db, $sql);
     $rows = pg_num_rows($res);
     if ($rows == 0) {
-        $templateData['genError']  = 'There does not appear to be any cities listed in this database!';
+        $templateData['genError']  = 'There does not appear to be any amenities listed in this database!';
         $failure = true;
     } else {
         $tmp = pg_fetch_all($res);