<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Move Contact to the wrong field</title> 
  <pubDate>Fri, 10 Apr 2026 18:48:17 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/6058</link> 
  <atom:link rel="self" type="application/rss+xml" title="Move Contact to the wrong field" href="https://bugs.horde.org/ticket/6058/rss" /> 
  <description>Move Contact to the wrong field</description> 
 
   
   
  <item> 
   <title>If I move a Contact from one address book to another  addres</title> 
   <description>If I move a Contact from one address book to another  address book  the last name is moved to the middle name and the last name is blank after this action.



Best regards

Helmut Schiefer</description> 
   <pubDate>Sun, 30 Dec 2007 22:28:39 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6058#t40575</link> 
  </item> 
   
  <item> 
   <title>I cannot reproduce this.  Can you provide more information? </title> 
   <description>I cannot reproduce this.  Can you provide more information? What sources you are moving between (what the backend for each source is) etc...  Also, check the map array for each of these sources in sources.php 

</description> 
   <pubDate>Mon, 31 Dec 2007 17:21:54 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6058#t40579</link> 
  </item> 
   
  <item> 
   <title>Thanks for your reply.

Some more Information: I user mysql </title> 
   <description>Thanks for your reply.

Some more Information: I user mysql as the datastore and  use the sources.php 1.91 from the cvs. I didn&#039;t change anything in sources.php. My prefs are in LDAP



1) I create a new address book using turba gui. 

2) I open an existing address book using turba gui

3) I select an entry of the address book and then I click  move

4) Entry moved form one address book to another.



Following are the records of the database:

Query:

select * from turba_objects where object_email like &quot;xxx@xx.de&quot;;

Before move:

ec6fde91074aff8567c65d52bb64494c,51454a2be3707bef919bb3f592e8ceeb,	Object,20070617120112.6m2wo7h6rq0w@xx.xx.de,&#039;&#039;,Schiefer,&#039;&#039;,xxx@xx.de,StreetXXXX5,&#039;&#039;,+492213555555,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,https://xxx.xxx.xx/kronolith/fb.php?u=xxx	,xxxx,Frau,Cologne,NRW,12345,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,2001-03-15,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,Europe/Berlin,&#039;&#039;,&#039;&#039;,&#039;&#039;	



After move:

b2e324c0f86ae9e34e386c3a5f9c5384,helmut,Object,20070617120112.6m2wo7h6rq0w@xx.xx.de	,&#039;&#039;,&#039;&#039;,&#039;&#039;,xxx@xx.de,StreetXXXX5,&#039;&#039;,+492213555555,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,https://xxx.xxx.xx/kronolith/fb.php?u=xxx	,xxxx,Frau,Cologne,NRW,12345,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,&#039;&#039;,2001-03-15,&#039;&#039;,Schiefer,&#039;&#039;,&#039;&#039;,&#039;&#039;,Europe/Berlin	,&#039;&#039;,&#039;&#039;,&#039;&#039; 	 	  	 





Following is the conf.php from turba:

&lt;?php

/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */

// $Horde: turba/config/conf.xml,v 1.21 2007/10/16 16:14:48 mrubinsk Exp $

$conf[&#039;menu&#039;][&#039;import_export&#039;] = false;

$conf[&#039;menu&#039;][&#039;apps&#039;] = array();

$conf[&#039;client&#039;][&#039;addressbook&#039;] = &#039;localsql&#039;;

$conf[&#039;shares&#039;][&#039;source&#039;] = &#039;localsql&#039;;

$conf[&#039;comments&#039;][&#039;allow&#039;] = true;

$conf[&#039;documents&#039;][&#039;type&#039;] = &#039;horde&#039;;

/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */



Following is the discribe of the table: 

field	type	null	key	default	extra

object_id	varchar(32)	 	PRI	 	 

owner_id	varchar(255)	 	MUL	 	 

object_type    varchar(255)	 	 	Object	 

object_uid	varchar(255)	YES	 	 	 

object_members	blob	YES	 	 	 

object_lastname	varchar(255)	YES	MUL	 	 

object_alias	varchar(32)	YES	 	 	 

object_email	varchar(255)	YES	MUL	 	 

object_homestreet	varchar(255)	YES	 	 	 

object_workstreet	varchar(255)	YES	 	 	 

object_homephone	varchar(25)	YES	 	 	 

object_workphone	varchar(25)	YES	 	 	 

object_cellphone	varchar(25)	YES	 	 	 

object_fax	varchar(25)	YES	 	 	 

object_title	varchar(255)	YES	 	 	 

object_company	varchar(255)	YES	 	 	 

object_notes	text	YES	 	 	 

object_pgppublickey	text	YES	 	 	 

object_smimepublickey	text	YES	 	 	 

object_freebusyurl	varchar(255)	YES	 	 	 

object_firstname	varchar(255)	YES	MUL	 	 

object_nameprefix	varchar(255)	YES	 	 	 

object_homecity	varchar(255)	YES	 	 	 

object_homeprovince	varchar(255)	YES	 	 	 

object_homepostalcode	varchar(255)	YES	 	 	 

object_homecountry	varchar(255)	YES	 	 	 

object_workcity	varchar(255)	YES	 	 	 

object_workprovince	varchar(255)	YES	 	 	 

object_workpostalcode	varchar(255)	YES	 	 	 

object_workcountry	varchar(255)	YES	 	 	 

object_pager	varchar(25)	YES	 	 	 

object_role	varchar(255)	YES	 	 	 

object_category	varchar(80)	YES	 	 	 

object_photo	blob	YES	 	 	 

object_phototype	varchar(10)	YES	 	 	 

object_bday	varchar(10)	YES	 	 	 

object_url	varchar(255)	YES	 	 	 

object_middlenames	varchar(255)	YES	 	 	 

object_namesuffix	varchar(32)	YES	 	 	 

object_homepob	varchar(10)	YES	 	 	 

object_workpob	varchar(10)	YES	 	 	 

object_tz	varchar(32)	YES	 	 	 

object_geo	varchar(255)	YES	 	 	 

object_logo	blob	YES	 	 	 

object_logotype	varchar(10)	YES	 	



Hope this help 	 















&gt; I cannot reproduce this.  Can you provide more information? What 

&gt; sources you are moving between (what the backend for each source is) 

&gt; etc...  Also, check the map array for each of these sources in 

&gt; sources.php

&gt;

</description> 
   <pubDate>Mon, 31 Dec 2007 19:35:53 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6058#t40580</link> 
  </item> 
   
  <item> 
   <title>Ah. I can reproduce it if there is *only* a last name.</title> 
   <description>Ah. I can reproduce it if there is *only* a last name.</description> 
   <pubDate>Mon, 31 Dec 2007 21:11:59 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6058#t40589</link> 
  </item> 
   
  <item> 
   <title>Try what I just commited -



http://cvs.horde.org/diff.php?</title> 
   <description>Try what I just commited -



http://cvs.horde.org/diff.php?f=turba%2Flib%2FViews%2FBrowse.php&amp;r1=1.12&amp;r2=1.13&amp;t=unified</description> 
   <pubDate>Mon, 31 Dec 2007 21:51:49 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6058#t40595</link> 
  </item> 
   
  <item> 
   <title>Hi Michael,



I&#039;ve download the new cvs Head of turba with </title> 
   <description>Hi Michael,



I&#039;ve download the new cvs Head of turba with to new version of Browse.php. Now it works, thanks for you great job (working for the horde framework and the apps)

- Helmu







&gt; Try what I just commited -

&gt;

&gt; http://cvs.horde.org/diff.php?f=turba%2Flib%2FViews%2FBrowse.php&amp;r1=1.12&amp;r2=1.13&amp;t=unified

</description> 
   <pubDate>Tue, 01 Jan 2008 11:05:06 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6058#t40600</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
