diff options
Diffstat (limited to 'edit_notes.php')
| -rwxr-xr-x | edit_notes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edit_notes.php b/edit_notes.php index 8b2e0e4..b449a5a 100755 --- a/edit_notes.php +++ b/edit_notes.php @@ -69,7 +69,7 @@ if( empty( $formInfo ) ) { $formInfo = &$gContent->mInfo; } -$formInfo['contact_type_list'] = $gContent->getContactSourceList(); +$formInfo['contact_type_list'] = $gContent->getXrefSourceList(); $gBitSmarty->assign( 'pageInfo', $formInfo ); $gBitSmarty->assign( 'errors', $gContent->mErrors ); |
