[vhffs-dev] [1466] grmf

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 1466
Author:   gradator
Date:     2009-07-04 02:11:15 +0200 (Sat, 04 Jul 2009)

Log Message:
-----------
grmf

Modified Paths:
--------------
    trunk/vhffs-robots/src/mail_delete.pl


Modified: trunk/vhffs-robots/src/mail_delete.pl
===================================================================
--- trunk/vhffs-robots/src/mail_delete.pl	2009-06-29 21:12:42 UTC (rev 1465)
+++ trunk/vhffs-robots/src/mail_delete.pl	2009-07-04 00:11:15 UTC (rev 1466)
@@ -77,7 +77,8 @@
 
 	if( defined($dir) && -d $dir && -r _ && -w _ && -x _ )  {
 		my $dir = $mail->get_dir;
-		File::Path::rmtree( $mail->get_dir, { error => \my $errors });
+		my $errors;
+		File::Path::rmtree( $mail->get_dir, { error => \$errors });
 		# Mail domain directories are hashed on two levels, so we've 3 potentially
 		# empty directories to delete
 		$dir = dirname($dir);


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/