mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 01:28:19 +01:00
Debug v16 - Fix for postgresql - Fix for sql loading per module - php8
This commit is contained in:
@@ -89,7 +89,8 @@ if (preg_match('/del_(.*)/', $action, $reg)) {
|
||||
|
||||
$form = new Form($db);
|
||||
|
||||
llxHeader('', $langs->trans("ModulebuilderSetup"));
|
||||
$help_url = '';
|
||||
llxHeader('', $langs->trans("ModulebuilderSetup"), $help_url);
|
||||
|
||||
$linkback = '<a href="'.($backtopage ? $backtopage : DOL_URL_ROOT.'/admin/modules.php').'">'.$langs->trans("BackToModuleList").'</a>';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user