From 74574e07c73bc99d07cacd81ed75cd5d690a5dc0 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 9 Jan 2018 13:29:50 +0100 Subject: [PATCH] documentation --- include/lib/manage_table_sql.class.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/lib/manage_table_sql.class.php b/include/lib/manage_table_sql.class.php index e0264d653..22c4ff666 100644 --- a/include/lib/manage_table_sql.class.php +++ b/include/lib/manage_table_sql.class.php @@ -985,7 +985,9 @@ function check() } /** - * Delete a record and return an XML answer for ajax + * Delete a record and return an XML answer for ajax. If a check is needed before + * deleting you can override this->delete and throw an exception if the deleting + * is not allowed * @return \DOMDocument */ function ajax_delete()