In selfunc.php we must add a statement.
After this (line 392):
while(list($xrsub,$xcond,$xstat,$xlist,$xqtype,$xfield,$xq,$xqdate)=@mysql_fetch_row($rsrows)){
$xnr++;
Add:
if($xlist=='0') $xlist = 'all';
Thanks for the heads up - the files have been updated.