added $pdfKeys to get_pdfEntries
This commit is contained in:
parent
8a4bb431a7
commit
8c27a44cf8
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -41,7 +42,13 @@ This is a list of API changes for all LAM releases.
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<h2>4.6 -> 4.7</h2>Account types (e.g. user, group, host) may have config options now. See baseType::get_configOptions().<br>
|
<h2>4.8 -> 4.9</h2>API changes<br>
|
||||||
|
<ul>
|
||||||
|
<li>Module interface: Function get_pdfEntries() has new parameter $pdfKeys.</li>
|
||||||
|
</ul>
|
||||||
|
<br>
|
||||||
|
<h2>4.6 -> 4.7</h2>
|
||||||
|
Account types (e.g. user, group, host) may have config options now. See baseType::get_configOptions().<br>
|
||||||
<br>
|
<br>
|
||||||
<h2>4.5 -> 4.6</h2>
|
<h2>4.5 -> 4.6</h2>
|
||||||
The valid account types for each module must now
|
The valid account types for each module must now
|
||||||
|
|
Loading…
Reference in New Issue