Add POD comments to deleteFile to show what the accidental return value is.

Remove a Data::Dumper from Operation/Invite.pm
This commit is contained in:
Colin Kuskie 2007-07-05 21:22:54 +00:00
parent 749f68a0ee
commit 6e49327bb6
2 changed files with 5 additions and 5 deletions

View file

@ -102,7 +102,6 @@ sub www_inviteUserSave {
#User existance check.
my $existingUser = WebGUI::User->newByEmail($session, $hisEmailAddress);
use Data::Dumper;
if (defined $existingUser) {
my $output = sprintf qq!<h1>%s</h1>\n<p>%s</p><a href="%s">%s</a>!,
$i18n->get('already a member'),