Fix: phpunit : Unexpected 'print' (T_PRINT)
This commit is contained in:
parent
0e8f36dc92
commit
460a6f0fb7
@ -187,11 +187,11 @@ if ($result)
|
||||
|
||||
|
||||
print '<tr class="oddeven">';
|
||||
print '<td>'
|
||||
print '<td>';
|
||||
print img_object('',$picto,'class="pictoobjectwidth"').' '.$objMod->getName();
|
||||
print '<a name="'.$objMod->getName().'"> </a>';
|
||||
print '</td>';
|
||||
|
||||
|
||||
$perm_libelle=($conf->global->MAIN_USE_ADVANCED_PERMS && ($langs->trans("PermissionAdvanced".$obj->id)!=("PermissionAdvanced".$obj->id))?$langs->trans("PermissionAdvanced".$obj->id):(($langs->trans("Permission".$obj->id)!=("Permission".$obj->id))?$langs->trans("Permission".$obj->id):$obj->libelle));
|
||||
print '<td>'.$perm_libelle. '</td>';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user