that apply throughout the course, not just to one particular topic
or week.<BR><BR>
+<DT> Speed improvements
+<DD> Course activity details are now cached for each course, which
+ greatly reduces the amount of database access required to display
+ the course page. On heavily accessed systems this should improve speed.<BR><BR>
+
<DT> Popup "jump" menu.
<DD> You can now jump from one activity directly to any other using a
popup menu in the upper-right corner of the page<BR><BR>
<DT> Languages
<DD> Surveys are now completely translatable.<BR><BR>
+<DT> Admin improvements
+<DD> Paging was added to the user admin page, so that the admin can now
+ browse large numbers of users. <BR><BR>
+
<DT> Fixes and tweaks
-<DD> Various small improvements to formatting<BR><BR>
+<DD> Various other small improvements to formatting<BR><BR>
</DL></UL>
// database to determine whether upgrades should
// be performed (see lib/db/*.php)
-$version = 2002111003; // The current version is a date (YYYYMMDDXX)
+$version = 2002111004; // The current version is a date (YYYYMMDDXX)
-$release = "1.0.6.2 dev"; // User-friendly version number
+$release = "1.0.6.2 beta"; // User-friendly version number