workspace); print "\n===========================================\n\n"; } $myobject = $client->getObject($repo_object_id); if ($repo_debug) { print "My Object:\n===========================================\n"; print_r($myobject); print "\n===========================================\n\n"; } $mypropmap = array( $repo_property_id => explode(",",$repo_property_values)); $myobject = $client->updateProperties($myobject->id,$mypropmap); if ($repo_debug) { print "Updated Object\n:\n===========================================\n"; print_r($myobject); print "\n===========================================\n\n"; } if ($repo_debug > 2) { print "Final State of CLient:\n===========================================\n"; print_r($client); }