projects
/
e-DoKo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
423eeb1
)
code cleanup
author
Arun Persaud
<arun@nubati.net>
Sat, 16 Jun 2007 19:11:28 +0000
(21:11 +0200)
committer
Arun Persaud
<arun@nubati.net>
Sat, 16 Jun 2007 19:11:28 +0000
(21:11 +0200)
functions.php
patch
|
blob
|
history
diff --git
a/functions.php
b/functions.php
index f6dc31dcf1b88de0825966afb0c847b4dc809b6b..39cc2a5555c8d9ddc23503b01a1f33bd4263bad9 100644
(file)
--- 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 != "")