Commit af6e11584896d698c0256df27d6d26e613185c9e

Authored by Michael Joseph
1 parent 32482345

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  
... ...