bugfixes with folder list
[squirrelmail.git] / functions / strings.php
index ab2cebe6d03bfc8e370d0ec79239258905dd0286..c9162fa3a50af03be2e8eee1c96538514c91bb83 100644 (file)
       } else {
          $box = substr($mailbox, strrpos($mailbox, " ")+1, strlen($mailbox));
       }
-      echo "$box<br>";
       return $box;
    }