Fixed truncateWithEntities function which trimmed the string one char to
authorstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 18 Apr 2005 19:44:41 +0000 (19:44 +0000)
committerstekkel <stekkel@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 18 Apr 2005 19:44:41 +0000 (19:44 +0000)
commitd7112bcb8203caa0d5e57aa83ccb7e4f015f7d79
tree7f5162aed5b54dacb89ca304a674427adafcb3b5
parentd4c14e518be151a5c49284267eb8cd4990c362cf
Fixed truncateWithEntities function which trimmed the string one char to
early and we could end up with &nbsp instead of &nbsp;

Possibly fixed multibyte string truncate because the passed int was wrong.
It used $trim_val instead of $iTrimAt (previous $trim_at)

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9352 7612ce4b-ef26-0410-bec9-ea0150e637f0
functions/mailbox_display.php