2
0
forked from Wavyzz/dolibarr

Merge pull request #230 from simnandez/develop

Fix: [ bug #427 ] Bad links to wiki help in certains menus
This commit is contained in:
Regis Houssin
2012-06-15 07:19:24 -07:00

View File

@@ -121,7 +121,7 @@ if ($action=='delete_action')
* View * View
*/ */
$help_url='EN:Module_Agenda_En|FR:Module_Agenda|ES:M&omodulodulo_Agenda'; $help_url='EN:Module_Agenda_En|FR:Module_Agenda|ES:Módulo_Agenda';
llxHeader('',$langs->trans("Agenda"),$help_url); llxHeader('',$langs->trans("Agenda"),$help_url);
$form=new Form($db); $form=new Form($db);