diff --git a/htdocs/telephonie/client/index.php b/htdocs/telephonie/client/index.php index df58339e892..3602e82c2c6 100644 --- a/htdocs/telephonie/client/index.php +++ b/htdocs/telephonie/client/index.php @@ -114,8 +114,11 @@ if ($resql) print ''; print img_file(); print ' '; + $nom = $obj->nom; + if (strlen($obj->nom) > 33) + $nom = substr($obj->nom,0,30)."..."; - print ''.stripslashes($obj->nom).''; + print ''.stripslashes($nom).''; print "\n"; $var=!$var;