[vhffs-dev] [452] Well... |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 452
Author: gradator
Date: 2007-02-15 23:11:08 +0000 (Thu, 15 Feb 2007)
Log Message:
-----------
Well...
Modified Paths:
--------------
branches/vhffs_4.1/vhffs-api/src/Vhffs/Services/Mail.pm
Modified: branches/vhffs_4.1/vhffs-api/src/Vhffs/Services/Mail.pm
===================================================================
--- branches/vhffs_4.1/vhffs-api/src/Vhffs/Services/Mail.pm 2007-02-15 22:47:46 UTC (rev 451)
+++ branches/vhffs_4.1/vhffs-api/src/Vhffs/Services/Mail.pm 2007-02-15 23:11:08 UTC (rev 452)
@@ -570,8 +570,8 @@
sub get_unixuser
{
- my( $self , $value ) = @_;
- $self->{'unix_user'} = $value;
+ my $self = shift;
+ return $self->{'unix_user'};
}
sub set_catchall