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

@@ -184,12 +184,12 @@ oRs.Close();
}
%>
<form name=u2 onSubmit="return false;">
<% // ============================= PERSOONSGEGEVENS ======================================
BLOCK_START("prsNaw", L("lcl_prs_basisblok"));
Response.write("<tr><td></td><td class='profile'><img id='photo' class='profile' src='" + thisUser.photoinfo().photopaththumb + "'></td></tr>");
ROFIELDTR('fld', L("lcl_prs_person_name"), thisUser.naam());
// Is persoon een contactpersoon, en zo ja van welk bedrijf.
sql = "SELECT b.prs_bedrijf_key"
+ " , b.prs_bedrijf_naam"
@@ -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();