dolibarr
x.y.z
|
Library of repair functions. More...
Go to the source code of this file.
Functions | |
checkElementExist ($id, $table) | |
Check if an element exist. More... | |
checkLinkedElements ($sourcetype, $targettype) | |
Check linked elements and delete if invalid. More... | |
clean_data_ecm_directories () | |
Clean data into ecm_directories table. More... | |
Library of repair functions.
Definition in file repair.lib.php.
checkElementExist | ( | $id, | |
$table | |||
) |
Check if an element exist.
int | $id | Element id |
string | $table | Table of Element |
Definition at line 31 of file repair.lib.php.
checkLinkedElements | ( | $sourcetype, | |
$targettype | |||
) |
Check linked elements and delete if invalid.
string | $sourcetype | Source element type |
string | $targettype | Target element type |
Definition at line 57 of file repair.lib.php.
clean_data_ecm_directories | ( | ) |