phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: infolog/inc class.uiinfolog.inc.php,1.30.2.6,1.3


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: infolog/inc class.uiinfolog.inc.php,1.30.2.6,1.30.2.7
Date: Tue, 05 Nov 2002 10:40:35 -0500

Update of /cvsroot/phpgroupware/infolog/inc
In directory subversions:/tmp/cvs-serv6567

Modified Files:
      Tag: Version-0_9_14-branch
        class.uiinfolog.inc.php 
Log Message:
changed call to nextmatchs::show_tpl to pass again the value of filter (via the 
array yours)

Index: class.uiinfolog.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/infolog/inc/class.uiinfolog.inc.php,v
retrieving revision 1.30.2.6
retrieving revision 1.30.2.7
diff -C2 -r1.30.2.6 -r1.30.2.7
*** class.uiinfolog.inc.php     15 Oct 2002 13:28:23 -0000      1.30.2.6
--- class.uiinfolog.inc.php     5 Nov 2002 15:40:33 -0000       1.30.2.7
***************
*** 1,1177 ****
! <?php
!       
/**************************************************************************\
!       * phpGroupWare - InfoLog                                                
   *
!       * http://www.phpgroupware.org                                           
   *
!       * Written by Ralf Becker <address@hidden>                  *
!       * originaly based on todo written by Joseph Engo <address@hidden>  *
!       * --------------------------------------------                          
   *
!       *  This program is free software; you can redistribute it and/or modify 
it *
!       *  under the terms of the GNU General Public License as published by 
the   *
!       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
[...2325 lines suppressed...]
!                               $t->set_var('field',lang($lang));
! 
!                               if (is_array($allowed_values[$pref]))
!                               {
!                                       if (!is_object($sbox)) $sbox = 
CreateObject('infolog.sbox2');
! 
!                                       
$t->set_var('data',$sbox->getArrayItem($pref,
!                                                                       
$GLOBALS['phpgw_info']['user']['preferences']['infolog'][$pref],
!                                                                       
$allowed_values[$pref],1));
!                               }
!                               else
!                               {
!                                       
$t->set_var('data',$html->checkbox($pref,
!                                                               
$GLOBALS['phpgw_info']['user']['preferences']['infolog'][$pref]));
!                               }
!                               $t->parse('pref_linehandle','pref_line',True);
!                       }
!                       $t->pfp('out','info_prefs');
!               }
!       }





reply via email to

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