how to store User->NickName ?

Al Joslin <[email protected]>
Newsgroups gmane.comp.bug-tracking.request-tracker.devel
Message-ID <[email protected]>
this seems like it should work, the column names are right out of the database

everything except RealName and NickName works...

???

	# update the record if there is any new information
	print "\tupdating user for name:".$device->{'name'}." w/$WHDClientId_name: ".$whd_client_id."\n";

	my %userInfo = (
		Name => $device->{'name'},
		RealName => $device->{'name'},
		NickName => substr($device->{'name'},3,4),
		WorkPhone => $client->{'phone'},
		Address1 => $client->{'address'},
		City => $client->{'city'},
		State => $client->{'state'},
		Zip => $client->{'zip'}
	);
	
    ( $success, $message ) = $user->CanonicalizeUserInfo(\%userInfo);
	unless ($success) {
		print "Error: $message [File: ", __FILE__, " Line: ", __LINE__, "]\n";
		next;
	}


-- 
RT Training - Boston, September 9-10
http://bestpractical.com/training
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.