diff options
| author | lsces <lester@lsces.co.uk> | 2014-05-31 23:01:27 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-05-31 23:01:27 +0100 |
| commit | 6a049518900c04872fb48007d0314414f501bd61 (patch) | |
| tree | 61b9f9ea3429b7fce9a7e5d77bc6d5655ecfab4e /admin | |
| parent | 681960b396757213ffd489e5a5f8f93199052112 (diff) | |
| download | contact-6a049518900c04872fb48007d0314414f501bd61.tar.gz contact-6a049518900c04872fb48007d0314414f501bd61.tar.bz2 contact-6a049518900c04872fb48007d0314414f501bd61.zip | |
Additional includes for sub elements to contact record
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_xref_types.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/admin/admin_xref_types.php b/admin/admin_xref_types.php index 0a11137..7485366 100644 --- a/admin/admin_xref_types.php +++ b/admin/admin_xref_types.php @@ -3,6 +3,8 @@ require_once( '../../kernel/setup_inc.php' ); include_once( CONTACT_PKG_PATH.'Contact.php' ); +include_once( CONTACT_PKG_PATH.'ContactXrefType.php' ); +include_once( CONTACT_PKG_PATH.'lookup_contact_xref_type_inc.php' ); // Is package installed and enabled $gBitSystem->verifyPackage( 'contact' ); @@ -26,5 +28,5 @@ if( isset( $_REQUEST["fSubmitAddXrefType"] ) ) { $xref_types = ContactXrefType::getContactXrefTypeList(); $gBitSmarty->assign( 'xref_types', $xref_types ); -$gBitSystem->display( 'bitpackage:contact/admin_xref_types.tpl', tra( 'Edit Xref Types' ) , array( 'display_mode' => 'admin' )); +$gBitSystem->display( 'bitpackage:contact/admin_xref_types.tpl', tra( 'Edit XrefTypes' ) , array( 'display_mode' => 'admin' )); ?> |
