Gossamer Forum
Home : Products : DBMan : Customization :

Re: Drop down list of users

Quote Reply
Re: Drop down list of users In reply to
Try changing it to this:

print qq|
<TABLE WIDTH="450" CELLPADDING=0 CELLSPACING=0 BORDER=1 BGCOLOR="#FFFFCC">
<input type="hidden" NAME="eventi_id" VALUE="$rec{'eventi_id'}">|;
if ($per_admin) {
print qq|$user_list |;
}
else {
print qq|<input type="hidden" NAME="userid" VALUE="$rec{'userid'}">|;
}
### ; remove this ;
print qq|

you were missing an ending ; to close off the print line here:

print qq|$user_list |;

and added an extra one before your final print statement

Hope this helps

Unoffical DBMan FAQ
http://webmagic.hypermart.net/dbman/
Subject Author Views Date
Thread Drop down list of users web dog 7776 Aug 30, 1999, 9:37 PM
Thread Re: Drop down list of users
JPDeni 7681 Aug 31, 1999, 10:09 AM
Thread Re: [JPDeni] Drop down list of users
chronisca 7506 Jun 25, 2003, 9:34 AM
Post Re: [chronisca] Drop down list of users
joematt 7498 Jun 25, 2003, 1:00 PM
Post Re: Drop down list of users
web dog 7624 Aug 31, 1999, 1:38 PM
Post Re: Drop down list of users
JPDeni 7644 Aug 31, 1999, 2:02 PM
Post Re: Drop down list of users
web dog 7673 Aug 31, 1999, 2:14 PM
Thread Re: Drop down list of users
JPDeni 7631 Aug 31, 1999, 2:31 PM
Thread Re: Drop down list of users
elettrone 7637 Aug 29, 2000, 12:35 PM
Thread Re: Drop down list of users
LoisC 7638 Aug 29, 2000, 6:18 PM
Thread Drop down list of users
elettrone 7644 Aug 30, 2000, 12:39 AM
Thread Re: Drop down list of users
LoisC 7615 Aug 30, 2000, 12:54 PM
Thread Re: Drop down list of users
elettrone 7601 Aug 30, 2000, 3:08 PM
Thread Re: Drop down list of users
LoisC 7606 Aug 30, 2000, 8:16 PM
Post Re: Drop down list of users
elettrone 7602 Aug 31, 2000, 12:43 AM