X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fmessage_details%2Fmessage_details_bottom.php;h=1593abb3a4ace3e31294d43700a28fe20458a7b9;hb=5628fdde05c1b41eb32e1d6bb4274108c4284c5d;hp=6520a0963997ebee1c203ec33afe5129138ca39f;hpb=8d6a115b0ef06dbcf9b149ba2509208f09b3a2ab;p=squirrelmail.git diff --git a/plugins/message_details/message_details_bottom.php b/plugins/message_details/message_details_bottom.php index 6520a096..1593abb3 100644 --- a/plugins/message_details/message_details_bottom.php +++ b/plugins/message_details/message_details_bottom.php @@ -24,15 +24,15 @@ global $color, $uid_support; function CalcEntity($entString, $direction) { $result = $entString; if ($direction == -1) { - $pos = strrpos($entString,'.'); - $result = substr($entString,0,$pos); + $pos = strrpos($entString,'.'); + $result = substr($entString,0,$pos); } switch ($direction) { case 0: $pos = strrpos($entString,'.'); if ($pos === false) { - $entString++; + $entString++; $result= $entString; } else {