git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/tags/3.7.0.2_original@1 eb19766c-00d9-a042-a3a0-45cb8ec72764
12 lines
284 B
PHP
12 lines
284 B
PHP
<?php
|
|
|
|
require_once("../../config/dmsDefaults.php");
|
|
require_once(KT_LIB_DIR . '/groups/Group.inc');
|
|
require_once(KT_LIB_DIR . '/authentication/authenticationutil.inc.php');
|
|
|
|
$oGroup = Group::get(5);
|
|
$foo = KTAuthenticationUtil::synchroniseGroupToSource($oGroup);
|
|
var_dump($foo);
|
|
|
|
?>
|