Johan - 2004-09-23

Logged In: YES
user_id=1113381

atts.add(doAtt);
should be
if (atts.isEmpty())
atts.add(doAtt);

and the same for Inatts