mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-27 05:11:41 +02:00
clear nonarray error
This commit is contained in:
parent
b8f1cc7be6
commit
3eebfd63fd
@ -680,6 +680,7 @@
|
|||||||
echo parse_navbar();
|
echo parse_navbar();
|
||||||
|
|
||||||
$custom = $this->fields->read_custom_fields();
|
$custom = $this->fields->read_custom_fields();
|
||||||
|
$customfields = array();
|
||||||
while(list($x,$y) = @each($custom))
|
while(list($x,$y) = @each($custom))
|
||||||
{
|
{
|
||||||
$customfields[$y['name']] = $y['title'];
|
$customfields[$y['name']] = $y['title'];
|
||||||
@ -740,6 +741,7 @@
|
|||||||
|
|
||||||
/* Read in user custom fields, if any */
|
/* Read in user custom fields, if any */
|
||||||
$custom = $this->fields->read_custom_fields();
|
$custom = $this->fields->read_custom_fields();
|
||||||
|
$customfields = array();
|
||||||
while(list($x,$y) = @each($custom))
|
while(list($x,$y) = @each($custom))
|
||||||
{
|
{
|
||||||
$customfields[$y['name']] = $y['title'];
|
$customfields[$y['name']] = $y['title'];
|
||||||
@ -853,6 +855,7 @@
|
|||||||
$this->template->set_block('view_t','view_buttons','view_buttons');
|
$this->template->set_block('view_t','view_buttons','view_buttons');
|
||||||
|
|
||||||
$custom = $this->fields->read_custom_fields();
|
$custom = $this->fields->read_custom_fields();
|
||||||
|
$customfields = array();
|
||||||
while(list($x,$y) = @each($custom))
|
while(list($x,$y) = @each($custom))
|
||||||
{
|
{
|
||||||
$customfields[$y['name']] = $y['title'];
|
$customfields[$y['name']] = $y['title'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user