[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 869
Author: gradator
Date: 2007-09-06 23:07:14 +0000 (Thu, 06 Sep 2007)
Log Message:
-----------
Oops !
Modified Paths:
--------------
trunk/vhffs-api/src/Vhffs/Services/Mail.pm
Modified: trunk/vhffs-api/src/Vhffs/Services/Mail.pm
===================================================================
--- trunk/vhffs-api/src/Vhffs/Services/Mail.pm 2007-09-06 22:09:13 UTC (rev 868)
+++ trunk/vhffs-api/src/Vhffs/Services/Mail.pm 2007-09-06 23:07:14 UTC (rev 869)
@@ -148,7 +148,7 @@
my $local_part = shift;
my $destination = shift;
- return -1 unless( defined($self->{foward}{$local_part}) && defined($local_part) && defined($destination) && Vhffs::Functions::valid_mail( $destination ) );
+ return -1 unless( defined($self->{forward}{$local_part}) && defined($local_part) && defined($destination) && Vhffs::Functions::valid_mail( $destination ) );
my $sql = 'UPDATE vhffs_forward SET remote_name = ? WHERE local_part = ? AND domain = ?';
my $dbh = $self->{db};