diff 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
line wrap: on
line diff
     1.1 --- a/echo.pl	Wed Feb 03 03:14:09 2010 -0500
     1.2 +++ b/echo.pl	Wed Feb 03 03:32:49 2010 -0500
     1.3 @@ -102,10 +102,10 @@
     1.4  }
     1.5  
     1.6  
     1.7 +#return "Success";
     1.8 +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).";
     1.9  
    1.10 -return "done";
    1.11  
    1.12 -return $svg;
    1.13  
    1.14  	
    1.15