diff options
author | Arun Persaud <arun@nubati.net> | 2007-06-16 21:11:28 +0200 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2007-06-16 21:11:28 +0200 |
commit | 9afea8fd89c0c849f361d488569612b5b3fa3c34 (patch) | |
tree | f6904cb168bfe2a718e988c98f9e05d91700aa94 | |
parent | 423eeb1149874ac55372aa36b5a4ce5c0cc948a2 (diff) | |
download | e-DoKo-9afea8fd89c0c849f361d488569612b5b3fa3c34.tar.gz e-DoKo-9afea8fd89c0c849f361d488569612b5b3fa3c34.tar.bz2 e-DoKo-9afea8fd89c0c849f361d488569612b5b3fa3c34.zip |
code cleanup
-rw-r--r-- | functions.php | 1 |
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 != "") |