Fixed typo.
authorpallo <pallo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 30 Mar 2000 21:49:31 +0000 (21:49 +0000)
committerpallo <pallo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Thu, 30 Mar 2000 21:49:31 +0000 (21:49 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@363 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/addressbook.php

index 1bac6c0c9c61ff54ccb9b7f0307afde6c36e5c26..a8766a7c1fc615a3e2a2df6f56061a443370a383 100644 (file)
            $this->error = _("Invalid input data");
            return false;
         }
-        if(empty($userdata["fullname"]) &&
+        if(empty($userdata["firstname"]) &&
            empty($userdata["lastname"])) {
            $this->error = _("Name is missing");
            return false;