Home : Products : DBMan : Installation :

Products: DBMan: Installation: Re: [pdc1234] 1st time running error: Edit Log

Here is the list of edits for this post
Re: [pdc1234] 1st time running error
The regex error was on line 103 for me but anyway....

Change:

Quote:
(-e "$auth_dir/$db_uid") and ($db_uid =~ /^[\A-Za-z0-9]+\.\d+$/)

...to....

Quote:
(-e "$auth_dir/$db_uid") and ($db_uid =~ /^[a-z0-9]+\.\d+$/i)

Last edited by:

Paul: Dec 18, 2002, 2:09 AM

Edit Log: