Thread
:
Bug report - How to fix nuke of approved releases
View Single Post
09-11-2005, 06:08 PM
Mouton
Posse Member
Join Date: Dec 2002
Posts: 1,956
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
View Public Profile
Visit Mouton's homepage!
Find More Posts by Mouton