The line:
+ if((auth) && (ws_decodepassword(auth,&username, &password))) {
should read:+ if((auth) && (ws_decodepassword(auth,&username, &password)==0)) {
Regrads, Uwe -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

