Index: openacs-4/packages/lorsm/lib/user-lorsm.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/lorsm/lib/user-lorsm.tcl,v
diff -u -r1.21 -r1.22
--- openacs-4/packages/lorsm/lib/user-lorsm.tcl 25 Sep 2008 08:46:24 -0000 1.21
+++ openacs-4/packages/lorsm/lib/user-lorsm.tcl 8 Oct 2008 13:01:05 -0000 1.22
@@ -200,16 +200,16 @@
limit 1" ] } {
#item has no track for the user
#the icon should be the same as per "not yet visited"
- append icon ""
+ append icon ""
} else {
switch -regexp $lesson_status {
- null { append icon "" }
- incomplete { append icon "" }
- complete { append icon "" }
- failed { append icon "" }
- "not attempted" { append icon "" }
- passed { append icon "" }
- default { append icon " $lesson_status ** "}
+ null { append icon "" }
+ incomplete { append icon "" }
+ complete { append icon "" }
+ failed { append icon "" }
+ "not attempted" { append icon "" }
+ passed { append icon "" }
+ default { append icon " $lesson_status ** "}
}
}
set lesson_status $icon