loadObj($guid); } /* * Create a new user group object. * On success, this object should be initialized as the new group (use only on new * Group() objects) */ function createNewGroup($name, $owner) { $this->perms = $this->DEFAULT_OBJECT_PERMISSIONS; $this->owner = $owner->guid; $this->name = $name; $this->type = "group"; $this->saveObj(); } } ?>