From cca9bc69f67583b960ee691bd813d3ced0352dc0 Mon Sep 17 00:00:00 2001 From: pallo Date: Thu, 30 Mar 2000 21:49:31 +0000 Subject: [PATCH] Fixed typo. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@363 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/addressbook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/addressbook.php b/functions/addressbook.php index 1bac6c0c..a8766a7c 100644 --- a/functions/addressbook.php +++ b/functions/addressbook.php @@ -211,7 +211,7 @@ $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; -- 2.25.1