18 require_once SQ_CORE_PACKAGE_PATH.
'/users/user/user_edit_fns.inc';
43 $this->static_screens = Array(
46 'force_unlock' => TRUE,
47 'lock_type' =>
'none',
49 'dependants' => Array(
50 'name' =>
'Dependants',
51 'force_unlock' => TRUE,
52 'lock_type' =>
'none',
56 'force_unlock' => TRUE,
57 'lock_type' =>
'links',
77 if (empty($info))
return;
79 if (!$asset->_ldapid)
return Array();
81 $ldap_bridge = $GLOBALS[
'SQ_SYSTEM']->am->getAsset($asset->_ldapid,
'ldap_bridge');
82 if (is_null($ldap_bridge))
return Array();
84 $ldap_bridge->paintUserDetails($info, $o);