Git commits in Moodle 1.8.1 by donal72

commit d11ec62bd3b3ac4248a92a93c84f943970403dd2
Author: donal72 <donal72>
Date:   Mon, 30 Apr 2007 11:19:24 +0800
Tag:    v1.8.1

MDL-8973 : Undo API change in previous commit

commit 597cd7728e7450a30254956ac934bb7227683d6d
Author: donal72 <donal72>
Date:   Sun, 29 Apr 2007 23:09:45 +0800
Tag:    v1.8.1

MDL-8973 : Update to the require_logout function to ensure that the user's auth plugin is the first (& only) one to have its prelogout_hook invoked.

commit 791fbc568732920351020f3ff853f9da5e5774b5
Author: donal72 <donal72>
Date:   Sun, 29 Apr 2007 21:59:01 +0800
Tag:    v1.8.1

MDL-9288 - use addslashes to avoid injection attacks on data imported vi mnet

commit 4e0d03df6249cee114ccf7b675e85b0442678e99
Author: donal72 <donal72>
Date:   Sun, 29 Apr 2007 21:54:56 +0800
Tag:    v1.8.1

Bugfix: The $this->response['faultCode'] was returning the 1th element of the $this->response string (because a non-empty string == 1).

commit 617215310666d1c73246056c603c071b763238fb
Author: donal72 <donal72>
Date:   Sun, 29 Apr 2007 21:50:10 +0800
Tag:    v1.8.1

Prevent notices on user creation

commit 0145441c4df0401c7134337d9c79ca11f57ee773
Author: donal72 <donal72>
Date:   Wed, 18 Apr 2007 15:12:32 +0800
Tag:    v1.8.1

MDL-9420 - SSO fails over https

commit d4c97b77a526b08bd4a5a7394f25ad6cc47db620
Author: donal72 <donal72>
Date:   Wed, 11 Apr 2007 06:20:07 +0800
Tag:    v1.8.1

MNET: Uninitialised variable $timenow. Should be time()?

commit aecd299b7a7eced7e32b9c91454f52f787077ad8
Author: donal72 <donal72>
Date:   Mon, 02 Apr 2007 09:45:37 +0800
Tag:    v1.8.1

MNET: Properly remove trailing slash from wwwroot: MDL-9157