projects
/
web
/
MichiganTrailMaps.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd25f23
)
fix county id for selects
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 4 Jun 2013 19:32:18 +0000
(19:32 +0000)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 4 Jun 2013 19:32:18 +0000
(19:32 +0000)
Toolkit/Page.php
patch
|
blob
|
history
diff --git
a/Toolkit/Page.php
b/Toolkit/Page.php
index
303f4a0
..
811ed8e
100755
(executable)
--- a/
Toolkit/Page.php
+++ b/
Toolkit/Page.php
@@
-486,7
+486,7
@@
class Toolkit_Page
ORDER BY county_name";
$stmt = $dbh->query($sql);
while ($county = $stmt->fetch(PDO::FETCH_ASSOC)) {
- $this->countySearch[$county['cou
tn
y_id']]
+ $this->countySearch[$county['cou
nt
y_id']]
= $county['county_name'];
}
} catch (PDOException $e) {