Commit 1b89cacbb6be2e52f07162b09816d7be887a1c77

Authored by michael
1 parent b7d9cd77

updated phpdoc header


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@239 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 2 deletions
lib/control.inc
... ... @@ -8,7 +8,7 @@
8 8 * Copyright (c) 1999-2002 The Owl Project Team
9 9 * Licensed under the GNU GPL. For full terms see the file COPYING.
10 10 * @version $Revision$
11   - * @author <a href="mailto:michael@jamwarehouse.com>Michael Joseph</a>, Jam Warehouse (Pty) Ltd, South Africa
  11 + * @author <a href="mailto:michael@jamwarehouse.com">Michael Joseph</a>, Jam Warehouse (Pty) Ltd, South Africa
12 12 * @package dmslib
13 13 */
14 14  
... ... @@ -20,7 +20,6 @@
20 20 function redirect($url) {
21 21 // everything is relative to the root url
22 22 $url = $default->owl_root_url . $url;
23   - //echo "redirect:url = $url<br>";
24 23 header("Location: $url");
25 24 }
26 25  
... ...