Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: Modify

Quote Reply
Re: Modify In reply to
Cool. Alex fixed it for me also. I thought I'd post his response just in case anyone else ever needs it:


I think I got it. In db.cgi:

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

This was causing problems. My fault, I recently switched the sql version
to use the field name rather then the field position in the config file.





Subject Author Views Date
Thread Modify mattc 6424 May 22, 2000, 11:51 AM
Thread Re: Modify
JPDeni 6295 May 22, 2000, 1:09 PM
Thread Re: Modify
mattc 6286 May 22, 2000, 1:17 PM
Thread Re: Modify
JPDeni 6285 May 22, 2000, 2:12 PM
Thread Re: Modify
mattc 6275 May 22, 2000, 2:24 PM
Thread Re: Modify
JPDeni 6290 May 22, 2000, 2:34 PM
Thread Re: Modify
mattc 6307 May 22, 2000, 2:58 PM
Thread Re: Modify
Chris Croome 6262 May 23, 2000, 3:45 AM
Post Re: Modify
mattc 6243 May 23, 2000, 12:31 PM