Created
June 26, 2016 16:24
-
-
Save recidive/97d61bb94163aa7294b307624a00f662 to your computer and use it in GitHub Desktop.
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
module_load_include('inc', 'uuid', 'uuid.entity'); | |
$node = entity_uuid_load("node", array("ff355981-9c66-4847-8905-82db742ec112")); | |
$node[2]->uid = "c9993341-a57b-4318-ab33-fb01aa38084a"; | |
entity_uuid_save("node", $node[2]); | |
dpm(node_load(2)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment