Browse Source

last(?) icy fix

teepe 23 years ago
parent
commit
2b05fd40db
1 changed files with 3 additions and 0 deletions
  1. 3 0
      functions/imap_general.php

+ 3 - 0
functions/imap_general.php

@@ -363,6 +363,9 @@ function sqimap_find_displayable_name ($string) {
     
     if ( ereg('^(.+)<.*>', $string, $regs) ) {
         $string = ereg_replace ('"', '', $regs[1] );
+        if( $string == '' || $string == ' ' ){
+            $string = '&nbsp';
+        }
     }
     elseif ( ereg('\((.*)\)', $string, $regs) ) {
         if( ( $regs[1] == '' ) || ( $regs[1] == ' ' ) ){