Gossamer Forum
Home : Products : DBMan : Discussions :

Re: dbman in unique database

Quote Reply
Re: dbman in unique database In reply to
In your restaurant.cgi file, look for the lines that read:
# Load the form information and set the config file and userid.
local(%in) = &parse_form;
$in{'db'} ? ($db_setup = $in{'db'}) : ($db_setup = 'default');
$in{'uid'} ? ($db_uid = $in{'uid'}): ($db_uid = '');


Change default to restaurant

That should do it.

- Mark

Astro-Boy!!
http://www.zip.com.au/~astroboy/
Subject Author Views Date
Thread dbman in unique database gutys 2409 Oct 3, 2000, 5:51 AM
Post Re: dbman in unique database
AstroBoy 2296 Oct 3, 2000, 3:54 PM