aboutsummaryrefslogtreecommitdiff
path: root/html/functions.php3
diff options
context:
space:
mode:
Diffstat (limited to 'html/functions.php3')
-rw-r--r--html/functions.php31
1 files changed, 1 insertions, 0 deletions
diff --git a/html/functions.php3 b/html/functions.php3
index 39166af4..2e46c521 100644
--- a/html/functions.php3
+++ b/html/functions.php3
@@ -36,6 +36,7 @@ function mlink($addr) {
print "<a href=\"mailto:" . $addr . "\">" . $addr . "</a>";
}
+// FIXME: doesn't seem to work. Why not?
function project_email() {
mlink($project_email);
}