From: Michael J. Rubinsky Date: Thu, 17 Sep 2009 00:39:05 +0000 (-0400) Subject: use Horde_Support_GUID X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=906fd1b4c287d5dc88474f6f1fc6778d4f11a2c9;p=horde.git use Horde_Support_GUID --- diff --git a/kronolith/lib/Driver/Resource.php b/kronolith/lib/Driver/Resource.php index 174d3cee6..51b5eb02a 100644 --- a/kronolith/lib/Driver/Resource.php +++ b/kronolith/lib/Driver/Resource.php @@ -300,7 +300,7 @@ class Kronolith_Driver_Resource extends Kronolith_Driver_Sql if ($event->getUID()) { $uid = $event->getUID(); } else { - $uid = $this->generateUID(); + $uid = (string)new Horde_Support_Guid; $event->setUID($uid); }