forked from extern/egroupware
change in the params of the extension-interface
This commit is contained in:
parent
93adafc624
commit
370eb1a638
@ -43,7 +43,7 @@
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
function pre_process($cell,&$value)
|
function pre_process(&$cell,&$value,&$templ)
|
||||||
{
|
{
|
||||||
if ($cell['size'] != '')
|
if ($cell['size'] != '')
|
||||||
{
|
{
|
||||||
@ -73,7 +73,7 @@
|
|||||||
return $this->$func($cell,$form_name,$value,$readonly);
|
return $this->$func($cell,$form_name,$value,$readonly);
|
||||||
}
|
}
|
||||||
|
|
||||||
function post_process($cell,&$value)
|
function post_process(&$cell,&$value,&$templ)
|
||||||
{
|
{
|
||||||
if (!isset($value))
|
if (!isset($value))
|
||||||
{
|
{
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
function pre_process(&$cell,&$value)
|
function pre_process(&$cell,&$value,&$templ)
|
||||||
{
|
{
|
||||||
if ($cell['size'] != '')
|
if ($cell['size'] != '')
|
||||||
{
|
{
|
||||||
@ -67,7 +67,7 @@
|
|||||||
return True; // extra Label is ok
|
return True; // extra Label is ok
|
||||||
}
|
}
|
||||||
|
|
||||||
function post_process($cell,&$value)
|
function post_process(&$cell,&$value,&$templ)
|
||||||
{
|
{
|
||||||
if (!isset($value))
|
if (!isset($value))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user