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 savePrefValues function after the chmod. 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. I'm about to commit the same code to 1.4[cvs], but
1.2.12[cvs] now works on PHP 4.3.1... although I don't know about db
based prefs yet.

-- 
Jonathan Angliss
([EMAIL PROTECTED])



-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to