From af6e11584896d698c0256df27d6d26e613185c9e Mon Sep 17 00:00:00 2001 From: Michael Joseph Date: Thu, 16 Jan 2003 08:04:42 +0000 Subject: [PATCH] updated phpdoc header --- lib/control.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/control.inc b/lib/control.inc index 28933a3..b972812 100644 --- a/lib/control.inc +++ b/lib/control.inc @@ -8,7 +8,7 @@ * Copyright (c) 1999-2002 The Owl Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * @version $Revision$ - * @author Michael Joseph, Jam Warehouse (Pty) Ltd, South Africa * @package dmslib */ @@ -20,7 +20,6 @@ function redirect($url) { // everything is relative to the root url $url = $default->owl_root_url . $url; - //echo "redirect:url = $url
"; header("Location: $url"); } -- libgit2 0.21.4