X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Faddressbook.php;h=bfeac2423aa8ba5e5009f9e9079955ac0b7ee102;hb=4eec80a7296fd32006c010387d8ead6cbc2847d8;hp=18edc2616ee68a502e06729a4cf62dcb8568e86a;hpb=91821fc06312fbe935b82ddaaaa6b0506e3f8f33;p=squirrelmail.git diff --git a/src/addressbook.php b/src/addressbook.php index 18edc261..bfeac242 100644 --- a/src/addressbook.php +++ b/src/addressbook.php @@ -15,6 +15,7 @@ require_once('../src/validate.php'); require_once('../functions/array.php'); require_once('../functions/display_messages.php'); require_once('../functions/addressbook.php'); +require_once('../functions/strings.php'); /* Make an input field */ function adressbook_inp_field($label, $field, $name, $size, $values, $add) { @@ -309,8 +310,11 @@ if ($showaddrlist) { ' ' . $row['name'] . ' ', ' ' . - '' . $row['email'] . ' '."\n", + '' . $row['email'] . ' '."\n", ' ' . $row['label'] . ' ' . "\n"; $line++;