I ended up seeding the author_id forward into the approve.html file ...
approx line 60:
<SELECT NAME="APPROVE_<%=$id%>_<%=$username%>"><OPTION VALUE="">No Action</OPTION><OPTION VALUE="APPROVE">Approve</OPTION><OPTION VALUE="REJECT">Reject</OPTION></SELECT>
and in CALENDAR_ADMIN.PL approx line 1053, I pull the user's name back out...
next unless ($key =~ /^APPROVE_(\d+)_(\D+)/);
$id = $1;
$userid= $2;
Wes
[This message has been edited by kd4rdb (edited October 15, 2003).]
[This message has been edited by kd4rdb (edited October 15, 2003).]