Re: [SM-USERS] sql and use in scripts

2007-04-23 Thread Tomas Kuliavas
Res ausics.net> writes: > > > Hi Paul, > > On Sat, 21 Apr 2007, Paul Lesniewski wrote: > > > Edit functions/db_prefs.php, find the line that looks like this: > > > > var $user_field = 'user'; > > > > (~line 94 in 1.4.10), (~line 101 in 1.5.2) and change it to 'owner', > > then both tables are

Re: [SM-USERS] sql and use in scripts

2007-04-22 Thread Res
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Paul, On Sat, 21 Apr 2007, Paul Lesniewski wrote: > Edit functions/db_prefs.php, find the line that looks like this: > > var $user_field = 'user'; > > (~line 94 in 1.4.10), (~line 101 in 1.5.2) and change it to 'owner', > then both tables are the

Re: [SM-USERS] sql and use in scripts

2007-04-21 Thread Paul Lesniewski
On 4/21/07, Res <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Question, is there any reason the primary identifier for address and > userprefs tables are named differently? > > Would be so much easier to have them called both user or both owner > rather than diffe

[SM-USERS] sql and use in scripts

2007-04-21 Thread Res
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Question, is there any reason the primary identifier for address and userprefs tables are named differently? Would be so much easier to have them called both user or both owner rather than different one for each, makes life easier in scripts :) Is t