* Disabled errors (see comment for why)
authorfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 7 May 2001 14:36:10 +0000 (14:36 +0000)
committerfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 7 May 2001 14:36:10 +0000 (14:36 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1338 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/smtp.php

index 96b5eddbfa2cfbb042709db06393b208d7f141e6..493276a7eba706c7774f5a6a307f27c2432515aa 100644 (file)
@@ -44,7 +44,9 @@
    function expandAddrs ($array) {
       global $domain;
       
-      $abook = addressbook_init();
+      // don't show errors -- kinda critical that we don't see
+      // them here since the redirect won't work if we do show them
+      $abook = addressbook_init(false);
       for ($i=0; $i < count($array); $i++) {
          $result = $abook->lookup($array[$i]);
          $ret = "";