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

@ -10,6 +10,7 @@
<link rel="stylesheet" type="text/css" href="style/layout.css"></head><body>
<div style="text-align: center;">
<h1>Upgrade notes</h1></div>
@ -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>