diff --git a/lam/help/help.inc b/lam/help/help.inc index 3e67bc1a..6d5340b4 100644 --- a/lam/help/help.inc +++ b/lam/help/help.inc @@ -1,4 +1,5 @@ " . LAM\TYPES\getTypeAlias($types[$i]) . ":
\n"; - $descriptions = LAM\TYPES\getListAttributeDescriptions($types[$i]); + $entry206Example .= "" . \LAM\TYPES\getTypeAlias($types[$i]) . ":
\n"; + $descriptions = \LAM\TYPES\getListAttributeDescriptions($types[$i]); $attributes = array_keys($descriptions); for ($a = 0; $a < sizeof($attributes); $a++) { $entry206Example .= "#" . $attributes[$a] . ": " . $descriptions[$attributes[$a]]; diff --git a/lam/templates/lists/userlink.php b/lam/templates/lists/userlink.php index 71a10657..9c838244 100644 --- a/lam/templates/lists/userlink.php +++ b/lam/templates/lists/userlink.php @@ -1,4 +1,5 @@