Skip to content

Instantly share code, notes, and snippets.

@randyjensen
Created October 11, 2013 13:34
Show Gist options
  • Save randyjensen/6934789 to your computer and use it in GitHub Desktop.
Save randyjensen/6934789 to your computer and use it in GitHub Desktop.
New Comp Record
object(SimpleXMLElement)#329 (42) {
["CompID"]=>
string(4) "7069"
}
["Property"]=>
object(SimpleXMLElement)#374 (61) {
["PropertyID"]=>
string(2) "21"
["CoStarID"]=>
string(6) "409537"
["PropertyName"]=>
string(8) "Citymark"
}
["Space"]=>
object(SimpleXMLElement)#373 (90) {
["SpaceID"]=>
string(2) "21"
["PropertyID"]=>
string(2) "21"
["CoStarID"]=>
string(6) "409537"
}
}
On line 17, the ID should be the SPACE id, not the PROPERTY id.
Line 19 is now correct as it should be the PROPERTY id.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment