From b3ecd8456df3db976687ad9031bc7a3ee9062110 Mon Sep 17 00:00:00 2001 From: Lars Kneschke Date: Mon, 20 Jun 2005 11:14:40 +0000 Subject: [PATCH] generate a smaller guid --- phpgwapi/inc/class.common.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.common.inc.php b/phpgwapi/inc/class.common.inc.php index d8bd40f7e7..186d0eeb48 100644 --- a/phpgwapi/inc/class.common.inc.php +++ b/phpgwapi/inc/class.common.inc.php @@ -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; } /**