comparison echo.pl @ 52:375225442677 laserkard

[svn r53] changed the success message for echo.pl
author rlm
date Wed, 03 Feb 2010 03:32:49 -0500
parents 95fa4bcc5d67
children
comparison
equal deleted inserted replaced
51:95fa4bcc5d67 52:375225442677
100 100
101 &mail($svg, $emmmm); 101 &mail($svg, $emmmm);
102 } 102 }
103 103
104 104
105 105 #return "Success";
106 return "done"; 106 return "<h1>Success!</h1><br>".(int(($#cards) / $cardsPerMail)+1). " email(s) <br>Succesuffuly sent to : $emmmm<br>".($#cards+1). " cards were included in the SVG file(s).";
107 107
108 return $svg; 108
109 109
110 110
111 111
112 } 112 }
113 113