Changeset 1200056
- Timestamp:
- 07/16/2015 12:28:44 PM (11 years ago)
- Location:
- plms/trunk/admin
- Files:
-
- 2 edited
-
lot-list.php (modified) (1 diff)
-
property-list.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
plms/trunk/admin/lot-list.php
r1200028 r1200056 164 164 if (isset($_GET['lot'])) 165 165 { 166 $action_on_id = sanitize_text_field($_GET['lot']);166 $action_on_id = $_GET['lot']; 167 167 } 168 168 else -
plms/trunk/admin/property-list.php
r1200028 r1200056 116 116 if (isset($_GET['property'])) 117 117 { 118 $action_on_id = sanitize_text_field($_GET['property']);118 $action_on_id = $_GET['property']; 119 119 } else 120 120 {
Note: See TracChangeset
for help on using the changeset viewer.