aboutsummaryrefslogtreecommitdiffhomepage
path: root/html/functions.php3
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-25 18:46:05 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-11-25 18:46:05 +0000
commita893f64aaf2407700e0c848f5d471e671ca4d23d (patch)
tree7773dc85a01e4488e87f8702822b700611760006 /html/functions.php3
parente0b6865de60a1fc7ecda700376f8f062fa0f2380 (diff)
FIXME comment added
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);
}