phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] addressbook/inc/class.widget_lists.inc.php, 1.1.2.6


From: nomail
Subject: [Phpgroupware-cvs] addressbook/inc/class.widget_lists.inc.php, 1.1.2.6
Date: Thu, 20 May 2004 14:56:14 -0000

Update of /addressbook/inc
Modified Files:
        Branch: Version-0_9_16-branch
          class.widget_lists.inc.php

date: 2004/04/15 19:02:39;  author: jarg;  state: Exp;  lines: +1 -1

Log Message:
Fix option list box in filter combo
=====================================================================
No syntax errors detected in -
=====================================================================
Index: addressbook/inc/class.widget_lists.inc.php
diff -u addressbook/inc/class.widget_lists.inc.php:1.1.2.5 
addressbook/inc/class.widget_lists.inc.php:1.1.2.6
--- addressbook/inc/class.widget_lists.inc.php:1.1.2.5  Tue Apr 13 22:28:55 2004
+++ addressbook/inc/class.widget_lists.inc.php  Thu Apr 15 19:02:39 2004
@@ -295,7 +295,7 @@
                                $sel_opt[$selected] = 'selected';
                                foreach($list_options as $key => $value)
                                {
-                                       $opt .= '<option 
value="'.$key.'"'.$sel_opt.'>'.$value.'</option>';
+                                       $opt .= '<option 
value="'.$key.'"'.$sel_opt[$key].'>'.$value.'</option>';
                                }
                                $this->filter_option_list = $opt;
                        }




reply via email to

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