projects
/
WP-Themes
/
michigantrailmaps.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e3b530
)
Removed test echo for get city by id sql
author
Laury GvR
<laury@gaslightmedia.com>
Tue, 14 Nov 2017 15:14:43 +0000
(10:14 -0500)
committer
Laury GvR
<laury@gaslightmedia.com>
Tue, 14 Nov 2017 15:14:43 +0000
(10:14 -0500)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index
1a1b126
..
3728bb9
100644
(file)
--- a/
functions.php
+++ b/
functions.php
@@
-79,7
+79,6
@@
add_filter('get_city_id_by_name', function( $city ) {
. "WHERE C.name = '$city' "
. "LIMIT 1"
. ";";
- echo $citySql;
$city = $wpdb->get_var($citySql);
}
return $city;