summaryrefslogtreecommitdiffstats
path: root/functions.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2007-06-16 21:11:28 +0200
committerArun Persaud <arun@nubati.net>2007-06-16 21:11:28 +0200
commit9afea8fd89c0c849f361d488569612b5b3fa3c34 (patch)
treef6904cb168bfe2a718e988c98f9e05d91700aa94 /functions.php
parent423eeb1149874ac55372aa36b5a4ce5c0cc948a2 (diff)
downloade-DoKo-9afea8fd89c0c849f361d488569612b5b3fa3c34.tar.gz
e-DoKo-9afea8fd89c0c849f361d488569612b5b3fa3c34.tar.bz2
e-DoKo-9afea8fd89c0c849f361d488569612b5b3fa3c34.zip
code cleanup
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index f6dc31d..39cc2a5 100644
--- a/functions.php
+++ b/functions.php
@@ -9,7 +9,6 @@ function mymail($To,$Subject,$message,$header="")
$message = str_replace("\n","<br />\n",$message);
$message = ereg_replace("[[:alpha:]]+://[^<>[:space:]]+[[:alnum:]/]",
"<a href=\"\\0\">\\0</a>", $message);
- //$message = ereg_replace("(http.*)[ <>]","<a href=\"\\1\">\\1 </a>",$message);
echo "<br />To: $To<br />";
if($header != "")