Skip to content

Commit

Permalink
Remove link to MantisBT installations from directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Boctor committed Dec 4, 2008
1 parent fe86c60 commit 3af3bb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions directory.php
Expand Up @@ -49,10 +49,10 @@ function get_index_char( $p_company_name ) {

$t_data = "<li><a href=\"$t_website_url\" target=\"_blank\" rel=\"nofollow\">$t_company_name</a>";

if ( $mantis_ud[$i]->mantis_url != '' ) {
$t_mantis_url = htmlspecialchars( $mantis_ud[$i]->mantis_url );
$t_data .= " (<a href=\"$t_mantis_url\" target=\"_blank\" rel=\"nofollow\">public</a>)";
}
#if ( $mantis_ud[$i]->mantis_url != '' ) {
# $t_mantis_url = htmlspecialchars( $mantis_ud[$i]->mantis_url );
# $t_data .= " (<a href=\"$t_mantis_url\" target=\"_blank\" rel=\"nofollow\">public</a>)";
#}

$t_data .= "</li>\n";

Expand Down

0 comments on commit 3af3bb9

Please sign in to comment.