ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/ipo.ext
(Generate patch)

Comparing deliantra/server/ext/ipo.ext (file contents):
Revision 1.17 by root, Sat Jan 30 23:30:26 2010 UTC vs.
Revision 1.18 by root, Sun Apr 11 04:52:07 2010 UTC

289} 289}
290 290
291sub send_mail { 291sub send_mail {
292 my ($type, $toname, $fromname, $message) = @_; 292 my ($type, $toname, $fromname, $message) = @_;
293 293
294 my $time = strftime ("%a, %d %b %Y %H:%M:%S UTC", gmtime EV::now); 294 my $time = strftime ("%a, %d %b %Y %H:%M:%S UTC", gmtime AE::now);
295 my $msg = "From: $fromname\rTo: $toname\rDate: $time\n\n$message\n"; 295 my $msg = "From: $fromname\rTo: $toname\rDate: $time\n\n$message\n";
296 296
297 store_mail $type, $toname, $fromname, $msg; 297 store_mail $type, $toname, $fromname, $msg;
298} 298}
299 299

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines