Trying to fix a problem with User List crashing due to old user profile fields belonging to Dashboard.

This commit is contained in:
Yung Han Khoe 2008-07-15 16:25:08 +00:00
parent f2032b2d01
commit ebe45dfdbe

View file

@ -356,6 +356,7 @@ sub view {
."field.dataDefault, field.possibleValues "
."FROM userProfileField as field "
."left join userProfileCategory as category USING(profileCategoryId) "
."where !(field.fieldName like '______________________contentPositions')"
."ORDER BY category.sequenceNumber, field.sequenceNumber");
while ($profileField = $sth->hashRef){
my $label = WebGUI::Operation::Shared::secureEval($self->session,$profileField->{label});