5.92 and prev: wrong information in hooks info (? unsure)
Posted: 2021-01-08 08:34
Hi,
I notice in the hooks for a table the functions are nicely documented.
For the _after_delete function I think there is a typo - which makes the purpose unclear:
This is the start of the documentation for the _after_delete:
The last row reads ' * The primary key value of the record to be deleted.'
Shouldn't this be ' * The primary key value of the record has been deleted.'?
Olaf
I notice in the hooks for a table the functions are nicely documented.
For the _after_delete function I think there is a typo - which makes the purpose unclear:
This is the start of the documentation for the _after_delete:
Code: Select all
/**
* Called after deleting a record.
*
* @param $selectedID
* The primary key value of the record to be deleted.
....
Shouldn't this be ' * The primary key value of the record has been deleted.'?
Olaf