forked from phoedos/pmd
Removed commented-out code
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2122 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -101,9 +101,6 @@ sub loadProjectList() {
|
||||
|
||||
sub addProject() {
|
||||
my ($project) = @_;
|
||||
#my $cmd = "echo \"@{[$project->getString()]}\" > @{[$project->getJobsFile()]}";
|
||||
#my $cmd = "mail tomcopeland@users.sourceforge.net -s \"@{[$project->getString()]}\"";
|
||||
#system("${cmd}");
|
||||
open(SENDMAIL, "|/usr/lib/sendmail -oi -t -odq") or die "Couldn't send email: $!\n";
|
||||
print SENDMAIL <<"EOF";
|
||||
From: PMD-WEB <tomcopeland\@users.sourceforge.net>
|
||||
|
Reference in New Issue
Block a user