return $oc;
} catch (Horde_Kolab_Server_Exception $e) {
}
+ if ($oc == 'top') {
+ return 'Horde_Kolab_Server_Object';
+ }
}
- throw new Horde_Kolab_Server_Exception(sprintf(_("Unkown Kolab object type for UID %s."),
+ throw new Horde_Kolab_Server_Exception(sprintf(_("Unkown object type for UID %s."),
$uid));
}
{
switch ($type) {
default:
- Horde_Kolab_Server_Object::loadClass($type);
- call_user_func(array($type, 'generateServerUid'), $id, $info);
+ return sprintf('%s,%s', $id, $this->getBaseUid());
}
}
}