change in the params of the extension-interface

This commit is contained in:
Ralf Becker 2002-06-09 21:36:06 +00:00
parent 93adafc624
commit 370eb1a638
2 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@
return 0;
}
function pre_process($cell,&$value)
function pre_process(&$cell,&$value,&$templ)
{
if ($cell['size'] != '')
{
@ -73,7 +73,7 @@
return $this->$func($cell,$form_name,$value,$readonly);
}
function post_process($cell,&$value)
function post_process(&$cell,&$value,&$templ)
{
if (!isset($value))
{

View File

@ -29,7 +29,7 @@
{
}
function pre_process(&$cell,&$value)
function pre_process(&$cell,&$value,&$templ)
{
if ($cell['size'] != '')
{
@ -67,7 +67,7 @@
return True; // extra Label is ok
}
function post_process($cell,&$value)
function post_process(&$cell,&$value,&$templ)
{
if (!isset($value))
{