From: Jan Schneider Date: Mon, 8 Nov 2010 21:35:33 +0000 (+0100) Subject: Use Randomid. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=4879d4b2cbb7e4e3446e0231683d3a1b7c120b66;p=horde.git Use Randomid. --- diff --git a/nag/lib/Nag.php b/nag/lib/Nag.php index bb932c7fa..c601bb246 100644 --- 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_Uuid())); + $tasklist = $GLOBALS['nag_shares']->newShare($GLOBALS['registry']->getAuth(), strval(new Horde_Support_Randomid())); $tasklist->set('name', $info['name']); $tasklist->set('color', $info['color']); $tasklist->set('desc', $info['description']);