Update agenda_other.php

This commit is contained in:
Philippe Grand 2017-05-04 21:37:27 +02:00 committed by GitHub
parent 0c7cfdb037
commit ffe4e48304

View File

@ -264,7 +264,7 @@ if ($conf->global->MAIN_FEATURES_LEVEL >= 2)
require_once $dir.'/'.$file;
$module = new $classname($db, new ActionComm($db));
print '<tr class="oddeven">\n';
print '<tr class="oddeven">'."\n";
print "<td>";
print (empty($module->name)?$name:$module->name);
print "</td>\n";