projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d9e19e
)
Use Randomid.
author
Jan Schneider
<jan@horde.org>
Mon, 8 Nov 2010 21:35:33 +0000
(22:35 +0100)
committer
Jan Schneider
<jan@horde.org>
Mon, 8 Nov 2010 21:57:06 +0000
(22:57 +0100)
nag/lib/Nag.php
patch
|
blob
|
history
diff --git
a/nag/lib/Nag.php
b/nag/lib/Nag.php
index
bb932c7
..
c601bb2
100644
(file)
--- a/
nag/lib/Nag.php
+++ b/
nag/lib/Nag.php
@@
-449,7
+449,7
@@
class Nag
public static function addTasklist($info)
{
try {
- $tasklist = $GLOBALS['nag_shares']->newShare($GLOBALS['registry']->getAuth(), strval(new Horde_Support_
Uu
id()));
+ $tasklist = $GLOBALS['nag_shares']->newShare($GLOBALS['registry']->getAuth(), strval(new Horde_Support_
Random
id()));
$tasklist->set('name', $info['name']);
$tasklist->set('color', $info['color']);
$tasklist->set('desc', $info['description']);