forked from extern/egroupware
applied patch from sf which is not fully testes
This commit is contained in:
parent
3509042d9b
commit
80722d6260
@ -84,7 +84,9 @@
|
||||
$ref='<a href="'.$phpgw->link($phpgw_info["server"]["webserver_url"]
|
||||
. "/email/compose.php","to=" . urlencode($coldata)).'" target="_new">';
|
||||
} else {
|
||||
$ref='<a href="mailto:"'.$coldata.'">'.$coldata.'</a>';
|
||||
//changed frmo a patch posted on sf, have not fully tested. Seek3r, Jan 30 2001
|
||||
// $ref='<a href="mailto:"'.$coldata.'">'.$coldata.'</a>';
|
||||
$ref='<a href="mailto:'.$coldata.'">';
|
||||
}
|
||||
$data=$coldata."</a>";
|
||||
} else { // But these do not
|
||||
|
Loading…
Reference in New Issue
Block a user