From 4fa472518e83f5202f0ee2e2fe107e444adc236b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Sat, 26 Apr 2014 22:23:46 +0200 Subject: [PATCH] Fix: doxygen --- htdocs/core/lib/functions2.lib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/lib/functions2.lib.php b/htdocs/core/lib/functions2.lib.php index a36b86cef70..e7eb9ccf0b0 100644 --- a/htdocs/core/lib/functions2.lib.php +++ b/htdocs/core/lib/functions2.lib.php @@ -1537,6 +1537,7 @@ function dolGetElementUrl($objectid,$objecttype,$withpicto=0,$option='') /** * Clean corrupted tree (orphelins linked to a not existing parent), record linked to themself and child-parent loop * + * @param DoliDB $db Database handler * @param string $tabletocleantree Table to clean * @param string $fieldfkparent Field name that contains id of parent * @return int Nb of records fixed/deleted -- GitLab