I see the bug, knda
I did this though, dunno if it's of value
HTML Code:
temp.curList = getstringkeys("client.");
this.clearList("client.", temp.curList);
function clearList(stringType, currentList)
{
for (temp.curString: temp.currentList)
{
unset( (@ temp.stringType @ temp.curString) );
}
}