phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] addressbook csv_import.php,1.4.2.9,1.4.2.10


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] addressbook csv_import.php,1.4.2.9,1.4.2.10
Date: Fri, 03 Oct 2003 02:00:58 +0000

Update of /cvsroot/phpgroupware/addressbook
In directory subversions:/tmp/cvs-serv8126

Modified Files:
      Tag: Version-0_9_14-branch
        csv_import.php 
Log Message:
use correct address

Index: csv_import.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/csv_import.php,v
retrieving revision 1.4.2.9
retrieving revision 1.4.2.10
diff -C2 -d -r1.4.2.9 -r1.4.2.10
*** csv_import.php      6 Apr 2003 12:51:37 -0000       1.4.2.9
--- csv_import.php      3 Oct 2003 02:00:56 -0000       1.4.2.10
***************
*** 241,249 ****
                                
"<b>@addr_id(${CPre}NFamily$CPos,${CPre}NGiven$CPos,${CPre}Company$CPos)</b> ".
                                "searches the addressbook for an address and 
returns the id if it founds an exact match of at least ".
!                               "<i>NFamily</i> AND (<i>NGiven</i> OR 
<i>Company</i>). This is necessary to link your imported InfoLog-entrys ".
!                               "with the addressbook.<br>".
!                               "<b>@cat_id(Cat1,...,CatN)</b> returns a 
(','-separated) list with the cat_id's. If a category isn't found, it ".
!                               "will be automaticaly added.<p>".
!                               "I hope that helped to understand the features, 
if not <a href='mailto:address@hidden'>ask</a>.";
  
                        
$GLOBALS['phpgw']->template->set_var('help_on_trans',lang($help_on_trans));     
// I don't think anyone will translate this
--- 241,249 ----
                                
"<b>@addr_id(${CPre}NFamily$CPos,${CPre}NGiven$CPos,${CPre}Company$CPos)</b> ".
                                "searches the addressbook for an address and 
returns the id if it founds an exact match of at least ".
!                               '<i>NFamily</i> AND (<i>NGiven</i> OR 
<i>Company</i>). This is necessary to link your imported InfoLog-entrys '.
!                               'with the addressbook.<br>'.
!                               '<b>@cat_id(Cat1,...,CatN)</b> returns a 
(','-separated) list with the cat_id's. If a category isn't found, it '.
!                               'will be automaticaly added.<p>'.
!                               'I hope that helped to understand the features, 
if not <a href="mailto:address@hidden";>ask</a>.';
  
                        
$GLOBALS['phpgw']->template->set_var('help_on_trans',lang($help_on_trans));     
// I don't think anyone will translate this





reply via email to

[Prev in Thread] Current Thread [Next in Thread]