From: Michael M Slusarz Date: Wed, 11 Aug 2010 05:29:24 +0000 (-0600) Subject: This function does not need to return anything X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d74162ca6e30f77ab6d297798540b950ab1cdb4f;p=horde.git This function does not need to return anything --- diff --git a/framework/Core/lib/Horde.php b/framework/Core/lib/Horde.php index 71a4c4181..bed85ee89 100644 --- a/framework/Core/lib/Horde.php +++ b/framework/Core/lib/Horde.php @@ -374,8 +374,6 @@ HTML; if (($_SESSION['horde_form_secrets'][$token] + $GLOBALS['conf']['urls']['token_lifetime'] * 60) < time()) { throw new Horde_Exception(sprintf(_("This request cannot be completed because the link you followed or the form you submitted was only valid for %s minutes. Please try again now."), $GLOBALS['conf']['urls']['token_lifetime'])); } - - return true; } /**