File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -402,7 +402,9 @@ function parse_xml_data($file)
402402 <p><?php echo get_lang ('CSVMustLookLike ' ).' ( ' .get_lang ('MandatoryFields ' ).') ' ; ?> :</p>
403403 <blockquote>
404404 <pre>
405- <b>UserName</b>;LastName;FirstName;Email;NewUserName;Password;AuthSource;OfficialCode;PhoneNumber;Status;ExpiryDate;Active;Language;Courses;ClassId;
405+ <b>UserName</b>;LastName;FirstName;Email;NewUserName;Password;AuthSource;OfficialCode;PhoneNumber;Status;ExpiryDate;Active;Language;<span style="color:red;"><?php if (count ($ list ) > 0 ) {
406+ echo implode ('; ' , $ list ).'; ' ;
407+ } ?> </span>Courses;ClassId;
406408 xxx;xxx;xxx;xxx;xxx;xxx;xxx;xxx;xxx;user/teacher/drh;YYYY-MM-DD 00:00:00;0/1;xxx;<span
407409 style="color:red;"><?php if (count ($ list_reponse ) > 0 ) {
408410 echo implode ('; ' , $ list_reponse ).'; ' ;
You can’t perform that action at this time.
0 commit comments