View Single Post
Old 09-11-2005, 06:08 PM  
Mouton
Posse Member
 
Join Date: Dec 2002
Posts: 1,956
Default Bug report - How to fix nuke of approved releases

If you try to nuke an approved release, it will let you. To fix this:

Replace

"NUKE" {
if {[llength $args]!=2} {return 1}

by

"NUKE" {
if {[llength $args]<2} {return 1}

in ioDUPE.itcl
Mouton is offline   Reply With Quote