phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.select_widget.inc.php,1.3,1.


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.select_widget.inc.php,1.3,1.4
Date: Sat, 12 Oct 2002 16:40:20 -0400

Update of /cvsroot/phpgroupware/etemplate/inc
In directory subversions:/tmp/cvs-serv14233

Modified Files:
        class.select_widget.inc.php 
Log Message:
update for change in class.categories.inc.php, id --> cat_id

Index: class.select_widget.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.select_widget.inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** class.select_widget.inc.php 6 Oct 2002 00:16:31 -0000       1.3
--- class.select_widget.inc.php 12 Oct 2002 20:40:18 -0000      1.4
***************
*** 418,422 ****
                                                        $s .= '&nbsp;&lt;' . 
lang('Global') . '&nbsp;' . lang($this->app_name) . '&gt;';
                                                }
!                                               
$cell['sel_options'][$cat['id']] = $s;
                                        }
                                        $cell['no_lang'] = True;
--- 418,429 ----
                                                        $s .= '&nbsp;&lt;' . 
lang('Global') . '&nbsp;' . lang($this->app_name) . '&gt;';
                                                }
!                                               if ($tmpl->stable)
!                                               {
!                                                       
$cell['sel_options'][$cat['id']] = $s;  // 0.9.14 only
!                                               }
!                                               else
!                                               {
!                                                       
$cell['sel_options'][$cat['cat_id']] = $s;
!                                               }
                                        }
                                        $cell['no_lang'] = True;
***************
*** 506,508 ****
                        return $info;
                }
!       }
\ No newline at end of file
--- 513,515 ----
                        return $info;
                }
!       }





reply via email to

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