From d5811b5c521b9ffaf9a99a944da7248a60bd26f1 Mon Sep 17 00:00:00 2001 From: teepe Date: Tue, 20 Nov 2001 22:17:01 +0000 Subject: [PATCH] fix bug #481886 with anonymous hint from sourceforge trackers :-) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1784 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/abook_local_file.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/functions/abook_local_file.php b/functions/abook_local_file.php index 26588d11..d4731695 100644 --- a/functions/abook_local_file.php +++ b/functions/abook_local_file.php @@ -276,7 +276,6 @@ return $this->set_error(_("Could not lock datafile")); // Read file into memory, ignoring nicknames to delete - $this->open(); @rewind($this->filehandle); $i = 0; $rows = array(); @@ -313,7 +312,7 @@ // Read file into memory, modifying the data for the // user identifyed by $alias - $this->open(); + $this->open(true); @rewind($this->filehandle); $i = 0; $rows = array(); -- 2.25.1