Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: userfriendly_html.pl

Quote Reply
Re: userfriendly_html.pl In reply to
I ve searched the forum and found some people had experienced the same problem. They solved the problem by changing

# Set the userid to the logged in user.
($auth_user_field >= 0) and ($in{$db_cols[$auth_user_field]} = $db_userid);

*****To*****
# Set the userid to the logged in user.
($auth_user_field >= 0) and ($in{$auth_user_field} = $db_userid);

in the db.cgi file (sub add_record and sub Modify_record).

But i couldn't find this part in my db.cgi!!! my script version is 1.01

is that a bad joke or what?

please help

Best Regards

Subject Author Views Date
Thread userfriendly_html.pl JohnCage 2335 Jan 3, 2001, 8:02 AM
Thread Re: userfriendly_html.pl
Stealth 2246 Jan 3, 2001, 7:52 PM
Post Re: userfriendly_html.pl
JohnCage 2229 Jan 4, 2001, 4:29 PM