Changeset 3269034
- Timestamp:
- 04/08/2025 03:41:01 PM (12 months ago)
- Location:
- box-tracker
- Files:
-
- 2 edited
-
tags/2.1.5/includes/base/ajax-control.php (modified) (1 diff)
-
trunk/includes/base/ajax-control.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
box-tracker/tags/2.1.5/includes/base/ajax-control.php
r3269023 r3269034 598 598 599 599 $b0xT_driving_distance_query = $b0xT_get_distance_query(); 600 601 wp_send_json($b0xT_driving_distance_query);602 600 603 601 if($b0xT_driving_distance_query['b0xT_error_message']) { -
box-tracker/trunk/includes/base/ajax-control.php
r3269023 r3269034 598 598 599 599 $b0xT_driving_distance_query = $b0xT_get_distance_query(); 600 601 wp_send_json($b0xT_driving_distance_query);602 600 603 601 if($b0xT_driving_distance_query['b0xT_error_message']) {
Note: See TracChangeset
for help on using the changeset viewer.