dir name too short

This commit is contained in:
Laurent Destailleur 2009-10-28 16:09:25 +00:00
parent 5a633de313
commit 6e3b02bb99

View File

@ -510,7 +510,7 @@ if (empty($action) || $action == 'file_manager' || preg_match('/refresh/i',$acti
// Show link // Show link
print '<td valign="middle">'; print '<td valign="middle">';
if ($section == $val['id']) print ' <u>'; if ($section == $val['id']) print ' <u>';
print $ecmdirstatic->getNomUrl(0,'index',24); print $ecmdirstatic->getNomUrl(0,'index',32);
if ($section == $val['id']) print '</u>'; if ($section == $val['id']) print '</u>';
print '</td>'; print '</td>';
print '<td>&nbsp;</td>'; print '<td>&nbsp;</td>';