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.2 by root, Thu Dec 21 22:41:34 2006 UTC vs.
Revision 1.3 by root, Tue Dec 26 09:56:52 2006 UTC

258package CFMail; 258package CFMail;
259 259
260use POSIX qw/strftime/; 260use POSIX qw/strftime/;
261use CFDB; 261use CFDB;
262 262
263my $MAILDB = CFDB->new (db_file => cf::localdir . "/crossfiremail.perl"); 263my $MAILDB = CFDB->new (db_file => cf::localdir . "/crossfiremail");
264 264
265sub get_mail { 265sub get_mail {
266 my ($toname) = @_; 266 my ($toname) = @_;
267 $MAILDB->get ($toname); 267 $MAILDB->get ($toname);
268} 268}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines