In lib/Downloads.php :
Line 1089
$commandarray = array();
foreach($_REQUEST["nr"] as $nr)
$commandarray[] = "cancel $nr";
$commandarray[] = "confirm yes"; // added
$GLOBALS["core"]->mldonkey($commandarray);
In fact, nothing was never suppress because no
confirmation was send to mldonkey.
Wishing it was a bug corrected into other zuul versions ...
C ya
>Topaz
Logged In: YES
user_id=880748
hi Topaz,
thanks for the info, it's a known issue (but good to be mentioned).
Because of the upcoming gui-protocol interface (in PHP) there is no need
to fix the telnet parser any more, because it is a lot of pain. :)
btw. it is fixed in Zuul-MultiUser ;)