Commit c33004b8a3df660bb7277bb71b1f05bd13f1a634
1 parent
9071c682
fixed mailto in phpdoc header comments
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@260 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
2 changed files
with
2 additions
and
2 deletions
lib/Log.inc
| ... | ... | @@ -7,7 +7,7 @@ |
| 7 | 7 | * Licensed under the GNU GPL. For full terms see the file COPYING. |
| 8 | 8 | * |
| 9 | 9 | * @version $Revision$ |
| 10 | - * @author <a href="mailto:michael@jamwarehouse.com>Michael Joseph</a>, Jam Warehouse (Pty) Ltd, South Africa | |
| 10 | + * @author <a href="mailto:michael@jamwarehouse.com">Michael Joseph</a>, Jam Warehouse (Pty) Ltd, South Africa | |
| 11 | 11 | * @package dmslib |
| 12 | 12 | */ |
| 13 | 13 | define("DEBUG", 0); | ... | ... |
lib/dms.inc
| ... | ... | @@ -7,7 +7,7 @@ |
| 7 | 7 | * |
| 8 | 8 | * Licensed under the GNU GPL. For full terms see the file COPYING. |
| 9 | 9 | * @version $Revision$ |
| 10 | - * @author <a href="mailto:michael@jamwarehouse.com>Michael Joseph</a>, Jam Warehouse (Pty) Ltd, South Africa | |
| 10 | + * @author <a href="mailto:michael@jamwarehouse.com">Michael Joseph</a>, Jam Warehouse (Pty) Ltd, South Africa | |
| 11 | 11 | * @package dmslib |
| 12 | 12 | */ |
| 13 | 13 | ... | ... |