use new random number function
This commit is contained in:
parent
5e85ef39eb
commit
a235a151e7
|
@ -19,6 +19,7 @@
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-15"><title>Upgrade notes</title>
|
||||
|
@ -37,7 +38,10 @@ This is a list of API changes for all LAM releases.
|
|||
|
||||
<br>
|
||||
|
||||
<h2>4.1 -> 4.2</h2>New meta HTML classes: htmlEqualHeight, htmlAccordion<br>
|
||||
<h2>4.2 -> 4.3</h2><span style="font-weight: bold;">Ldap::new_rand()</span> was replaced by <span style="font-weight: bold;">getRandomNumber()</span> in lib/account.inc.<br>
|
||||
<br>
|
||||
<h2>4.1 -> 4.2</h2>
|
||||
New meta HTML classes: htmlEqualHeight, htmlAccordion<br>
|
||||
New functions in baseModule to reduce code:<br>
|
||||
<ul>
|
||||
<li>addSimpleInputTextField() to add text fields to the edit page</li>
|
||||
|
|
Loading…
Reference in New Issue