Created
October 11, 2013 13:34
-
-
Save randyjensen/6934789 to your computer and use it in GitHub Desktop.
New Comp Record
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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