Corrected weird typo

This commit is contained in:
Marcos García de La Fuente 2015-01-18 16:28:42 +01:00
parent 0b18ce5fc4
commit 55b8c28100

View File

@ -307,10 +307,6 @@ class FormFile
include_once DOL_DOCUMENT_ROOT.'/core/modules/societe/modules_societe.class.php';
$modellist=ModeleThirdPartyDoc::liste_modeles($this->db);
}
}
else if ($modulepart == 'agenda')
{
null;
}
else if ($modulepart == 'propal')
{
@ -442,7 +438,7 @@ class FormFile
{
$modellist='';
}
else
else if ($modulepart != 'agenda')
{
// For normalized standard modules
$file=dol_buildpath('/core/modules/'.$modulepart.'/modules_'.$modulepart.'.php',0);