Minor Bug fix, localbackendname was being set in the wrong "scope".
authorcigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 28 Oct 2004 05:28:48 +0000 (05:28 +0000)
committercigamit <cigamit@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 28 Oct 2004 05:28:48 +0000 (05:28 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8262 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/addressbook.php

index ed6df98623de699db36689baf3348a01f93c8950..4ffed913b1fbde92dffa4cabf21be0ee5d0fb5df 100644 (file)
@@ -376,7 +376,7 @@ class AddressBook {
 
       // Constructor function.
     function AddressBook() {
-        $localbackendname = _("Personal address book");
+        $this->localbackendname = _("Personal address book");
     }
 
     /*