Commit 0b376a3b authored by tbrehm's avatar tbrehm
Browse files

Fixed: FS#1854 - FAQ

parent 9e0e431d
......@@ -282,7 +282,7 @@ class listform {
public function decode($record)
{
global $conf, $app;
if(is_array($record) && count($record) > 0) {
if(is_array($record) && count($record) > 0 && is_array($this->listDef['item'])) {
foreach($this->listDef['item'] as $field){
$key = $field['field'];
if(isset($record[$key])) {
......
<?php
$wb['edit_txt'] = 'Edit';
?>
<?php
$wb['edit_txt'] = 'Edit';
?>
<?php
$wb['edit_txt'] = 'Edit';
?>
<?php
$wb['edit_txt'] = 'Edit';
?>
<?php
$wb['edit_txt'] = 'Edit';
?>
<?php
$wb['edit_txt'] = 'Edit';
?>
<?php
$wb['edit_txt'] = 'Edit';
?>
<?php
$wb['edit_txt'] = 'Edit';
?>
<?php
$wb['edit_txt'] = 'Edit';
?>
<?php
$wb['edit_txt'] = 'Edit';
?>
<?php
$wb['edit_txt'] = 'Edit';
?>
<?php
$wb['edit_txt'] = 'Edit';
?>
<?php
$wb['edit_txt'] = 'Edit';
?>
<?php
$wb['edit_txt'] = 'Edit';
?>
<?php
$wb['edit_txt'] = 'Edit';
?>
<?php
$wb['edit_txt'] = 'Edit';
?>
<?php
$wb['edit_txt'] = 'Edit';
?>
<?php
$wb['edit_txt'] = 'Edit';
?>
<?php
$wb['edit_txt'] = 'Edit';
?>
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment