1
0

* Fix bug in conjunction with PHP 5.2.1 changed variable-by-reference

handling that could result in no groups being listed for author
      accounts (garvinhicking)
This commit is contained in:
Garvin Hicking
2007-04-17 11:12:05 +00:00
parent 5cb3be35fe
commit 6c64a25d3f
2 changed files with 10 additions and 5 deletions

View File

@ -3,6 +3,10 @@
Version 1.2 ()
------------------------------------------------------------------------
* Fix bug in conjunction with PHP 5.2.1 changed variable-by-reference
handling that could result in no groups being listed for author
accounts (garvinhicking)
* Fix redundant space when inserting links through the non-WYSIWYG
editor panel. Fix "null" insertion. Thanks to Alp Uckan.