generate a smaller guid

This commit is contained in:
Lars Kneschke 2005-06-20 11:14:40 +00:00
parent 062f20ec42
commit b3ecd8456d

View File

@ -156,7 +156,7 @@
$suffix = $GLOBALS['egw_info']['server']['hostname'] ? $GLOBALS['egw_info']['server']['hostname'] : 'local';
$prefix = $_appName.'-'.$_eventID.'-'.$GLOBALS['egw_info']['server']['install_id'];
return $prefix . '@' . $suffix;
return $prefix;
}
/**