> - for (int i = 0; i < groupKeys.length; i++)
> - {
> - if (!groupKeys[i].equals(group.getGID()))
> - {
> - pp.add(INTAKE_GRP, groupKeys[i]);
> + if (groupKeys != null)
> + {
> + for (int i = 0; i < groupKeys.length; i++)
> + {This formatting normally means the new lines are TAB-indented instead of SPACE-indented Angelo. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
