[bugs] [Bug 970] New - Address book

bugs@bugs.horde.org bugs@bugs.horde.org
Tue, 4 Jun 2002 08:14:29 -0300


http://bugs.horde.org/show_bug.cgi?id=970

*** shadow/970	Tue Jun  4 08:14:29 2002
--- shadow/970.tmp.10758	Tue Jun  4 08:14:29 2002
***************
*** 0 ****
--- 1,27 ----
+ Bug#: 970
+ Product: Horde
+ Version: other
+ Platform: All Browsers
+ OS/Version: All
+ Status: NEW   
+ Resolution: 
+ Severity: normal
+ Priority: P2
+ Component: IMP
+ Area: BUILD
+ AssignedTo: chuck@horde.org                            
+ ReportedBy: eugene@emetex.ru               
+ URL: 
+ Summary: Address book
+ 
+ It seems that IMP 2.1-RC3 has a bug in address book code. It is impossible to 
+ find any address in Contact List if there is only one source of contacts.
+ I configured only localsql source and in Contact List window field "source" had 
+ been "hidden". As result I can't find anything.
+ It is very easy to fix. Just replace in "contacts.inc" string
+ <?php if (count($source_list) > 1): ?>
+ to
+ <?php if (count($source_list) >= 1): ?>
+ 
+ Thank you!
+