Dependency Graph

Dependency Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

This bug affects 1 person(s).
 0
IDProjectCategoryView StatusLast Update
06900Bug reportsSurvey participants (Tokens)public2012-11-20 13:19
ReporterpfpDave Assigned Tomdekker  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version2.00+ 
Fixed in Version2.00+ 
Summary06900: LDAP Import results show blank rows for users with missing e-mail addresses (with fix)
Description

Following an LDAP import of users which contains entries with missing e-mail addresses (assuming filter blank e-mails is set), a list of users skipped is displayed ... this list gives a list of '$aData' instead of the user names eg:

x records with invalid email address removed [List]
$aData
$aData

To resolve this issue:

Change line 25 in \application\views\admin\token from:

    <li>$aData</li>

to:

    <li>&lt;?=$aData?></li>
TagsNo tags attached.
Bug heat0
Complete LimeSurvey version number (& build)121115
I will donate to the project if issue is resolvedNo
BrowserIE8
Database type & versionSQL Express 2012
Server OS (if known)Server 2008
Webserver software & version (if known)IIS 7
PHP Version5.4.8

Relationships

related to 06899 closedmdekker LDAP Import Filter Blank E-mail and Filter Duplicates ignored (fix included) 

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2012-11-19 14:20 pfpDave New Issue
2012-11-19 21:25 mdekker Assigned To => mdekker
2012-11-19 21:25 mdekker Status new => assigned
2012-11-19 21:38 mdekker Relationship added related to 06899
2012-11-19 21:48 mdekker Status assigned => resolved
2012-11-19 21:48 mdekker Fixed in Version => 2.00+
2012-11-19 21:48 mdekker Resolution open => fixed
2012-11-20 13:19 c_schmitz Status resolved => closed
2016-12-08 10:39 c_schmitz Category Tokens => Survey participants (Tokens)