1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-13 18:14:07 +02:00

Add callback before edit form (bug #759)

This commit is contained in:
Jakub Vrana
2021-02-08 09:23:57 +01:00
parent 2dd3bd0e1a
commit a8c218f192
4 changed files with 21 additions and 4 deletions

View File

@@ -480,7 +480,7 @@ class Adminer {
echo "</script>\n";
echo "</div></fieldset>\n";
}
/** Print command box in select
* @return bool whether to print default commands
*/
@@ -659,6 +659,16 @@ class Adminer {
;
}
/** Print before edit form
* @param string
* @param array
* @param mixed
* @param bool
* @return null
*/
function editRowPrint($table, $fields, $row, $update) {
}
/** Functions displayed in edit form
* @param array single field from fields()
* @return array