Modified to allow the display_name to be NULL
git-svn-id: file:///svn-source/pmgr/branches/initial_20090526@21 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
@@ -513,7 +513,7 @@ foreach $row (@$result) {
|
||||
$row->{'AltLastName'} || undef,
|
||||
($row->{'AltLastName'} && $row->{'AltFirstName'}
|
||||
? "$row->{'AltLastName'}, $row->{'AltFirstName'}"
|
||||
: ($row->{'AltLastName'} || $row->{'AltFirstName'} || '<UNKNOWN>')))
|
||||
: ($row->{'AltLastName'} || $row->{'AltFirstName'} || undef)))
|
||||
)) . ")";
|
||||
query($db_handle, $query) || die("Unable to insert");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user