use __construct()

This commit is contained in:
Roland Gruber 2007-12-28 16:16:03 +00:00
parent eac2780860
commit 529f663d6c
1 changed files with 6 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<html><head><title>Upgrade notes</title>
@ -39,6 +40,11 @@ Account modules can now have icons. See <span style="font-weight: bold;">baseMod
<br>
<h3>Constructors</h3>
LAM now uses the PHP5 syntax for constructors: <span style="font-weight: bold;">__construct()</span><br>
<br>
<br>
<h2>2.0.0 -&gt; 2.1.0</h2>