- fixed bugs in sorting by from and subject
[squirrelmail.git] / functions / prefs.php
index b0a889418409a4be1532cbf3c8cf66ae6dd4a15b..e43d18071970f33891b6869181ac259f3b4f1478 100644 (file)
             $sig .= fgets($file, 1024);
          }
          fclose($file);
-      } else {
-         echo _("Signature file not found.");
-         exit;
       }
       return $sig;
    }