Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: opencaching/okapi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e24323f372da749db1b1218dad39e4f380baf137
Choose a base ref
..
head repository: opencaching/okapi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5194518d74f75a5d3b5b25a0097cd411ced1777f
Choose a head ref
Showing with 0 additions and 1 deletion.
  1. +0 −1 okapi/services/caches/save_user_coords/WebService.php
1 change: 0 additions & 1 deletion okapi/services/caches/save_user_coords/WebService.php
Original file line number Diff line number Diff line change
@@ -124,7 +124,6 @@ private static function update_coordinates($cache_id, $user_id, $latitude, $long
insert into cache_mod_cords (
cache_id, user_id, latitude, longitude
) values (
2,
'".Db::escape_string($cache_id)."',
'".Db::escape_string($user_id)."',
'".Db::escape_string($latitude)."',