Plugin Directory

Changeset 1200056


Ignore:
Timestamp:
07/16/2015 12:28:44 PM (11 years ago)
Author:
aditya.dugar
Message:

Text changed

Location:
plms/trunk/admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • plms/trunk/admin/lot-list.php

    r1200028 r1200056  
    164164            if (isset($_GET['lot']))
    165165            {
    166                 $action_on_id = sanitize_text_field($_GET['lot']);
     166                $action_on_id = $_GET['lot'];
    167167            }
    168168            else
  • plms/trunk/admin/property-list.php

    r1200028 r1200056  
    116116            if (isset($_GET['property']))
    117117            {
    118                 $action_on_id = sanitize_text_field($_GET['property']);
     118                $action_on_id = $_GET['property'];
    119119            } else
    120120            {
Note: See TracChangeset for help on using the changeset viewer.