View Single Post
Old 05-21-2006, 05:50 AM  
LordM
Senior Member
 
LordM's Avatar
 
Join Date: Jul 2005
Location: Germany
Posts: 138
Default

Fix by harm:

open ioAUTONUKE.itcl search for proc isempty

replace the Line:

Code:
if {[string equal "" $files]} {return 1}
by this one:

Code:
if {[string equal "" $files]} {return "empty"}
Thx for your help harm!
__________________
I'm using:

ioFTPD 7.7.2
ioNiNJA BETA Stable v0.8.9.6
LordM is offline   Reply With Quote