Here's one..
in adduser
around line 219 or so..
VALUES ( '$seq', ...............
should be
VALUES ( $seq,
don't put the single quotes around the sequence....
Also.. for who's online.. using REPLACE isn't going to work I don't think.. You might have to do a select to see if the row exists in the db and then do an insert or update depending on if the row exists or not.
------------------------------------------------
Jeremy 'PeelBoy' Amberg