Phorum 3.1.2 Changelog
------------------------------------------------------------
Added Brian's fix for security-related bug in 3.1.1 admin (jcb)
Fixed upgrade script so that it adds the "forums" table if it doesn't exist (jcb)
Fixed error in postgres code that prevented index creation -- thanks fil69 (jcb)

Phorum 3.1.1 ChangeLog
------------------------------------------------------------
Fixed undefined vars in admin/login.php (blm)
Added 'Mark All Read' link. Coded by John Mangan. (blm)
Fixed known issues with Phorummail. (blm)
Fixed a possible variable type problem in admin/forums.php regarding down. (blm)
Added version checking to admin. (blm)
Fixed auth_db problem. (blm)
Moved upgrade script from /admin into /scripts (jcb)
Fixed typo that prevented stats.php from working (jcb)
Fixed invalid function call fastwrap().  changed to textwrap(). (blm)
Added ability for auth_db to use different username and passwords per forum. Coded by Frank M.G. Jrgensen. (blm)
Abstracted the name of the main "forums" table into a variable set in common.php (jcb)
Fixed multiple instances of <? being used instead of <?PHP (jcb)
Added sanity checks to the forum creation code. (jcb)
Moved the functions that create tables into a single call in an attempt to cure the missing _bodies phenomenon. (jcb)
Fixed problem with undefined variables when reading a moderated forum in flat mode (jcb)
Made "Drop Forum" not nuke a table if it's in use by another forum. (jcb)
More attempts to fix the elusive "new" error (jcb)
Fixed an old bug in undo_htmlspecialchars() that was causing problems with message quoting. (djw)
Fixed a problem with the admin login droplist. (djw)
Added line-wrapping and "> " quoting to message replies. (djw)
Fixed a bug in the SQL query for flat mode. (djw)
Fixed a possible infinite loop in textwrap().  (djw)
Added code to auto-create the "forums" ($pho_main) table (jcb)
Removed code for selecting database type in the admin.  Cleaned up common.php a bit to make it easier to specify there (jcb)
Added language support to the search page as noted by Paul Guyot (jcb)
Fixed several minor output formatting bugs submitted by Chris Bolt (jcb)
Added variable $lModeratedMsg to the language files for future use.  This will be added to the "Reply" and "New Message" pages eventually.  Suggested by Will Mitayai Keeso Rowe.  (jcb)
Added fix for MIME bodies not working through Phorummail submitted by Cronin Vining (jcb)
Added code for easy TimeZone offset to the language files (jcb)
