From a3d6ea07b4d499f29fddec36cabc7c926593d0fb Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 6 Mar 2017 19:16:02 +0100 Subject: [PATCH] added namespace --- lam/help/help.inc | 7 ++++--- lam/templates/lists/userlink.php | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) 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 @@