Last active
August 29, 2015 14:18
-
-
Save maranemil/38ea83be9ad4ef3bc3ae to your computer and use it in GitHub Desktop.
Generate New Random ID in SugarCRM
This file contains 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
require_once('include/utils.php'); | |
$newID = create_guid(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment