Altered GHR-Builder to show popovers, added logo favicon, and changed DONE to Return to Subscription Page.
This commit is contained in:
@@ -253,8 +253,7 @@ class Counties extends Base {
|
||||
|
||||
public function getCounties() {
|
||||
|
||||
$SQL = "select view_counties.*
|
||||
from view_counties";
|
||||
$SQL = "select view_counties.* from view_counties";
|
||||
|
||||
return $this->getTable("counties", $SQL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user