Gossamer Forum
Home : Products : Gossamer Links : Discussions :

use another user table without prefix

Quote Reply
use another user table without prefix
I could not find anything about it in previous posts but maybe missed something. I would like to use another table - not the default one - where LinksSQL will check user data. The fields are almost the same but I could not find the place where I can overwrite the prefix. I was looking for something like:

Code:


$table = $prefix . $xyz;

# to add the following:

if ($xyz eq "Users") {$table = "somethingelse";}


Crazy

Thanks and regards

Niko