projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4215f05
)
use Horde_Support_GUID
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Thu, 17 Sep 2009 00:39:05 +0000
(20:39 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Tue, 29 Sep 2009 20:53:55 +0000
(16:53 -0400)
kronolith/lib/Driver/Resource.php
patch
|
blob
|
history
diff --git
a/kronolith/lib/Driver/Resource.php
b/kronolith/lib/Driver/Resource.php
index
174d3ce
..
51b5eb0
100644
(file)
--- 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);
}