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

Comparing deliantra/maps/perl/ipo.ext (file contents):
Revision 1.3 by elmex, Mon Jul 24 19:51:43 2006 UTC vs.
Revision 1.4 by elmex, Wed Aug 9 11:54:02 2006 UTC

247 1 247 1
248}; 248};
249 249
250package CFMail; 250package CFMail;
251use POSIX qw/strftime/; 251use POSIX qw/strftime/;
252use CFDB;
252 253
253require YAMLDB;
254my $MAILDB = YAMLDB->new (db_file => cf::localdir . "/crossfiremail.perl"); 254my $MAILDB = CFDB->new (db_file => cf::localdir . "/crossfiremail.perl");
255 255
256sub get_mail { 256sub get_mail {
257 my ($toname) = @_; 257 my ($toname) = @_;
258 $MAILDB->get ($toname); 258 $MAILDB->get ($toname);
259} 259}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines