Git commits in Moodle 1.6.2 by gustav_delius

commit f610ac5e18248e1cda7986a001790b062c062607
Author: gustav_delius <gustav_delius>
Date:   Tue, 05 Sep 2006 06:00:26 +0800
Tag:    v1.6.2

Had to comment out the line that updates the timemodified field when a discussion is moved from one forum to another one because the timemodified field is used to sort the list of discussions and also to provide the "Last post" date. It should really be renamed to something like "timeoflastpost".

commit eb9b7f1a3e9caac26f0694d3e04cb8e35a684aa9
Author: gustav_delius <gustav_delius>
Date:   Sun, 03 Sep 2006 20:22:02 +0800
Tag:    v1.6.2

Take out invalid </tr>. While this makes the html valid some work should still be done on the layout of this.

commit 4508fdd28278613efcdf5bcafe6c6790a1dd591e
Author: gustav_delius <gustav_delius>
Date:   Sun, 03 Sep 2006 19:39:54 +0800
Tag:    v1.6.2

The file countries.php does not exist in lang/en, only in lang/en_utf8. Therefore the fallback default in the function get_list_of_countries() should always be en_utf8.

commit 6a2f9ca9228479e4f00d5870c339dc45e050bab6
Author: gustav_delius <gustav_delius>
Date:   Sun, 03 Sep 2006 19:22:48 +0800
Tag:    v1.6.2

Remove undefined variable notice

commit bf9cdc2b906f836178b2846a99278d60ce401990
Author: gustav_delius <gustav_delius>
Date:   Sat, 02 Sep 2006 04:27:54 +0800
Tag:    v1.6.2

Fix by Jesse Scott so that database sessions respect sessiontimeout setting. Closing bug 5912

commit 5a521aa30ff8c1d218917ab1850d4f359794e763
Author: gustav_delius <gustav_delius>
Date:   Mon, 28 Aug 2006 16:59:57 +0800
Tag:    v1.6.2

Small correction in the documentation for the $CFG global