From 4257932b9f440e352673908fdd6c0ed910bfff07 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Sat, 17 Mar 2001 15:31:44 +0000 Subject: [PATCH] Changed tel_cel to tel_cell --- addressbook/add.php | 2 +- addressbook/edit.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addressbook/add.php b/addressbook/add.php index 0c45ecfaca..2c52800cbf 100755 --- a/addressbook/add.php +++ b/addressbook/add.php @@ -76,7 +76,7 @@ $fields["tel_home"] = $hphone; $fields["tel_fax"] = $fax; $fields["tel_pager"] = $pager; - $fields["tel_cel"] = $mphone; + $fields["tel_cell"] = $mphone; $fields["tel_msg"] = $ophone; $fields["adr_one_street"] = $bstreet; $fields["adr_one_locality"] = $bcity; diff --git a/addressbook/edit.php b/addressbook/edit.php index 91a898bb77..a0140e1506 100755 --- a/addressbook/edit.php +++ b/addressbook/edit.php @@ -87,7 +87,7 @@ $fields["tel_home"] = $hphone; $fields["tel_fax"] = $fax; $fields["tel_pager"] = $pager; - $fields["tel_cel"] = $mphone; + $fields["tel_cell"] = $mphone; $fields["tel_msg"] = $ophone; $fields["tel_prefer"] = $tel_prefer;