"", "name"=>"", "description"=>""); $readonly = ""; $button_value = "Save"; $parent_id = ""; if (strcmp($WORKING_MODE, "edit") == 0) { if ((!isset($_GET['recordID'])) || (!is_numeric($_GET['recordID']))) { print ""; exit(); } $propertyObj = UserServices::getPropertyById($_GET['recordID']); $objArr['name'] = $propertyObj->getpropertyName(); $objArr['description'] = $propertyObj->getpropertyDescription(); $readonly = "readonly"; $button_value = "Update"; } ?>