Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Browse source
View tickets
Search
Context navigation
←
Previous change
Next change
→
Changeset
1970
for
WAeUP_SRP/trunk/skins/waeup_student
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
26 Jun 2007, 15:01:57 (
18 years
ago)
Author:
joachim
Message:
add dumpStudentsCatalog
File:
1 edited
WAeUP_SRP/trunk/skins/waeup_student/getFormattedStudentEntry.py
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
Tabular
Unified
WAeUP_SRP/trunk/skins/waeup_student/getFormattedStudentEntry.py
¶
r1415
r1970
17
17
for f in fields:
18
18
d[f] = getattr(brain,f,'')
19
if not d[f]:
20
d[f] = ''
19
21
if f == "sex":
20
22
if d[f]:
…
…
24
26
elif f == "name":
25
27
d[f] = d[f].strip()
28
26
29
return d
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified diff
Zip archive