RE: [SM-USERS] Preference Problems...

2003-03-25 Thread p dont think
> >> The second adjustment I made was in regards to an empty mailbox. > >> The code for this was: > >> > >> if (!isset($msort)) { > >> $msort = array(); > >> } > >> > >> I put this in the showMessagesForMailbox function after the global > >> declarations. > > > Despite the fact that this

Re: [SM-USERS] Preference Problems...

2003-03-25 Thread Jonathan Angliss
Hello P, On Tuesday, March 25, 2003, p dont think wrote... >> The second adjustment I made was in regards to an empty mailbox. >> The code for this was: >> >> if (!isset($msort)) { >> $msort = array(); >> } >> >> I put this in the showMessagesForMailbox function after the global >> dec

RE: [SM-USERS] Preference Problems...

2003-03-25 Thread p dont think
> The second adjustment > I made was in regards to an empty mailbox. The code for this was: > > if (!isset($msort)) { > $msort = array(); > } > > I put this in the showMessagesForMailbox function after the global > declarations. Despite the fact that this is good programming practice i

Re: [SM-USERS] Preference Problems...

2003-03-25 Thread Jonathan Angliss
Hello P, On Tuesday, March 25, 2003, p dont think wrote... > Might those of us who are curious ask what you've done to fix it? ;>> Sure... 4 lines at the most I think (not counting comments) ;) In functions/file_prefs.php I added: sqsession_register($prefs_cache , 'prefs_cache'); In the sav

RE: [SM-USERS] Preference Problems...

2003-03-24 Thread p dont think
L PROTECTED] > Subject: Re: [SM-USERS] Preference Problems... > > Hello Troy, > On Monday, March 24, 2003, Troy Settle wrote... > > > > Are you done yet? > > I think so... Your version seems to be working now, I also removed > that annoying session error messag

Re: [SM-USERS] Preference Problems...

2003-03-24 Thread Jonathan Angliss
Hello Troy, On Monday, March 24, 2003, Troy Settle wrote... > Are you done yet? Bah... I forgot to mention how grateful I am for being able to get access to your server to work on this issue. Thank you very much, your name has appeared in writing... see CVS logs ;) -- Jonathan Angliss ([

Re: [SM-USERS] Preference Problems...

2003-03-24 Thread Jonathan Angliss
Hello Troy, On Monday, March 24, 2003, Troy Settle wrote... > Are you done yet? I think so... Your version seems to be working now, I also removed that annoying session error message at the bottom of the mailbox list. Could those having issues with PHP 4.3.x and SM 1.2.11, try upgrading

RE: [SM-USERS] Preference Problems...

2003-03-24 Thread Troy Settle
t; Sent: Monday, March 24, 2003 2:22 PM > To: Brian Schwartz > Cc: [EMAIL PROTECTED] > Subject: Re: [SM-USERS] Preference Problems... > > > Hello Brian, > On Monday, March 24, 2003, Brian Schwartz wrote... > > > Resending -- anyone have any idea on this?? > > Y