Overbodige (en foute) lcl weg

svn path=/Website/trunk/; revision=29065
This commit is contained in:
Jos Groot Lipman
2016-04-20 10:37:14 +00:00
parent 7df1ed0838
commit a4e937095e

View File

@@ -390,9 +390,7 @@ oRs.Close();
{
params = {};
if (xfunc.canWrite("WEB_PRSMSU"))
params.infoPointer = { Url: "appl/mgt/fac_functie.asp?fac_groep=" + oRs("fac_groep_key").value,
Title: L("lcl_menu_fac_autorisatiegroepe")
};
params.infoPointer = { Url: "appl/mgt/fac_functie.asp?fac_groep=" + oRs("fac_groep_key").value };
ROFIELDTR("fld", (i == 0 ? L("lcl_mgt_aut_group") : ""), oRs("fac_groep_omschrijving").value, params);
i++;
oRs.moveNext();