added extensions section to contacts page

This commit is contained in:
Omar Irbouh
2014-06-21 02:30:16 +00:00
parent 05baa7b69c
commit f1b8be9cda
3 changed files with 186 additions and 0 deletions
+1
View File
@@ -541,6 +541,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
//echo " <img src='contacts_vcard.php?id=$contact_uuid&type=image' width='90%'><br /><br />\n";
require "contact_phones.php";
require "contact_addresses.php";
require "contact_extensions.php";
require "contact_notes.php";
echo "</td>\n";
}