[vhffs-dev] [svn] commit: r105 - /trunk/vhffs-api/src/Vhffs/Robots.pm

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


Author: soda
Date: Fri Dec  9 18:34:55 2005
New Revision: 105

Log:
re-fix bug :-)


Modified:
    trunk/vhffs-api/src/Vhffs/Robots.pm

Modified: trunk/vhffs-api/src/Vhffs/Robots.pm
==============================================================================
--- trunk/vhffs-api/src/Vhffs/Robots.pm (original)
+++ trunk/vhffs-api/src/Vhffs/Robots.pm Fri Dec  9 18:34:55 2005
@@ -25,7 +25,7 @@
 sub vhffs_log
 {
 	my $sent = shift;
-	open( FILE , ">>/var/log/vhffslog" ) or return -1
+	open( FILE , ">>/var/log/vhffslog" ) or return -1;
 	
 	print FILE $sent."\n";
 	close FILE ;




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