phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate/inc class.date_widget.inc.php,1.1,1.2


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate/inc class.date_widget.inc.php,1.1,1.2 class.datefield_widget.inc.php,1.1,1.2
Date: Sun, 09 Jun 2002 17:36:11 -0400

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

Modified Files:
        class.date_widget.inc.php class.datefield_widget.inc.php 
Log Message:
change in the params of the extension-interface


Index: class.date_widget.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.date_widget.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** class.date_widget.inc.php   13 May 2002 21:30:46 -0000      1.1
--- class.date_widget.inc.php   9 Jun 2002 21:36:06 -0000       1.2
***************
*** 44,48 ****
                }
  
!               function pre_process($cell,&$value)
                {
                        if ($cell['size'] != '')
--- 44,48 ----
                }
  
!               function pre_process(&$cell,&$value,&$templ)
                {
                        if ($cell['size'] != '')
***************
*** 74,78 ****
                }
  
!               function post_process($cell,&$value)
                {
                        if (!isset($value))
--- 74,78 ----
                }
  
!               function post_process(&$cell,&$value,&$templ)
                {
                        if (!isset($value))

Index: class.datefield_widget.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/inc/class.datefield_widget.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** class.datefield_widget.inc.php      13 May 2002 21:30:46 -0000      1.1
--- class.datefield_widget.inc.php      9 Jun 2002 21:36:06 -0000       1.2
***************
*** 30,34 ****
                }
  
!               function pre_process(&$cell,&$value)
                {
                        if ($cell['size'] != '')
--- 30,34 ----
                }
  
!               function pre_process(&$cell,&$value,&$templ)
                {
                        if ($cell['size'] != '')
***************
*** 68,72 ****
                }
  
!               function post_process($cell,&$value)
                {
                        if (!isset($value))
--- 68,72 ----
                }
  
!               function post_process(&$cell,&$value,&$templ)
                {
                        if (!isset($value))




reply via email to

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