Page 1 of 1

5.92 and prev: wrong information in hooks info (? unsure)

Posted: 2021-01-08 08:34
by onoehring
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:

Code: Select all

/**
 * Called after deleting a record.
 * 
 * @param $selectedID
 * The primary key value of the record to be deleted.
 ....
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