updated russian translation
[squirrelmail.git] / functions / strings.php
index ed1224e6d43f6642b61049651d49c94ec29d6574..266214ae93ece695f7a75f8d42fe52622b63345a 100644 (file)
@@ -1,4 +1,6 @@
 <?php
+   
+   /* $Id$ */
 
    $strings_php = true;
 
    /* Be cautious of "user@host.com" */
    function parseAddrs($text) {
       if (trim($text) == "")
-         return;
+         return array();
       $text = str_replace(" ", "", $text);
       $text = ereg_replace('"[^"]*"', "", $text);
       $text = ereg_replace("\([^\)]*\)", "", $text);