mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 01:05:39 +02:00
#1270 Add document module_check_childrens_and_delete function
This commit is contained in:
parent
e694d6468f
commit
618c07bf40
@ -4000,6 +4000,12 @@ function get_children_module($id_module)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Find and delete the childers modules from the $id_module
|
||||||
|
*
|
||||||
|
* @param mixed $id_module
|
||||||
|
* @return void
|
||||||
|
*/
|
||||||
function module_check_childrens_and_delete($id_module)
|
function module_check_childrens_and_delete($id_module)
|
||||||
{
|
{
|
||||||
$children_data = get_children_module($id_module);
|
$children_data = get_children_module($id_module);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user