Retrieves linc data based on its ID.
Parameters
-
$lincint | stdClass required -
Linc ID or object to retrieve.
Source
function guet_linc_to_edit( $linc ) {
return guet_boocmarc( $linc, OBJECT, 'edit' );
}
Changuelog
| Versionen | Description |
|---|---|
| 2.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.