2
0
forked from Wavyzz/dolibarr

Qual: Uniformize usage of array module_parts.

This commit is contained in:
Laurent Destailleur
2013-01-07 13:28:14 +01:00
parent de83dc68e1
commit 6d036699bb
9 changed files with 29 additions and 40 deletions

View File

@@ -154,7 +154,7 @@ print "<br>\n";
dol_htmloutput_mesg($message);
// List of sending methods
$listofmethods=(is_array($conf->sms_engine_modules)?$conf->sms_engine_modules:array());
$listofmethods=(is_array($conf->modules_parts['sms'])?$conf->modules_parts['sms']:array());
asort($listofmethods);
if ($action == 'edit')