Commit 13fb902093aff77fe721f0c0bfc6c36a27f3bf4e
1 parent
bd939977
added header
comments git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@605 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
10 additions
and
0 deletions
presentation/lookAndFeel/knowledgeTree/documentmanagement/emailLink.php
| 1 | <?php | 1 | <?php |
| 2 | +/** | ||
| 3 | +* emailLink.php | ||
| 4 | +* | ||
| 5 | +* Creates the form and functionaility for emailing a link to some1 | ||
| 6 | +* | ||
| 7 | +* | ||
| 8 | +* @author Mukhtar Dharsey | ||
| 9 | +* @date 22 January 2003 | ||
| 10 | +*/ | ||
| 11 | + | ||
| 2 | 12 | ||
| 3 | require_once("../../../../config/dmsDefaults.php"); | 13 | require_once("../../../../config/dmsDefaults.php"); |
| 4 | 14 |