Git commits in Moodle 1.1.x by selliott

commit e09016006c448d1df6573ffda3c20bbbfbeb8fc1
Author: selliott <selliott>
Date:   Sun, 24 Aug 2003 00:32:42 +0800
Tag:    v1.1.0

selliott - fixed some code to allow proper sorting of assignments based on name, lastmodified, and feedback

commit 8263539f09c92f02bad93d7579d1a0fb25160e11
Author: selliott <selliott>
Date:   Sun, 10 Aug 2003 13:00:49 +0800
Tag:    v1.1.0

added icon.gif

commit 9b55522872a29841a4ff24a84e4310266a170d66
Author: selliott <selliott>
Date:   Sun, 10 Aug 2003 12:59:13 +0800
Tag:    v1.1.0

added backup.gif

commit 718cfb2b4b8ad475aa601f2ca8d7261717608592
Author: selliott <selliott>
Date:   Sun, 10 Aug 2003 12:58:28 +0800
Tag:    v1.1.0

added restore.gif

commit 52dd8d7dbf5787d98dd6eceee3e781e41484db39
Author: selliott <selliott>
Date:   Sat, 09 Aug 2003 02:06:41 +0800
Tag:    v1.1.0

selliott - Fixed mixup in feedback for true/false questions

commit 1ddfec117534becc5ca865feb1d58d7358cfa01f
Author: selliott <selliott>
Date:   Fri, 25 Jul 2003 22:28:26 +0800
Tag:    v1.1.0

Replaced call to function assignment_get_submission with call to get_record.  This should clean up duplicate rows in assignment_submissions table. -- selliott