]> git.mjollnir.org Git - moodle.git/commit
SITE and SITEID were calculated *before* 'set names' so they weren't
authorstronk7 <stronk7>
Wed, 29 Mar 2006 23:38:46 +0000 (23:38 +0000)
committerstronk7 <stronk7>
Wed, 29 Mar 2006 23:38:46 +0000 (23:38 +0000)
commit475e9de86f5f4dc2bd37618a4876403561cbdd34
treeee44a88c30f8b4b3ad4942d4e93343ecff4fe244
parentdfa76a46e3d360888aaa80735ebb428f0ee38501
SITE and SITEID were calculated *before* 'set names' so they weren't
fetched properly from DB. Moving such block of code from datalib.php
to setup.php to execute it *after* 'set names'. Credit goes to Skodak B-)
lib/datalib.php
lib/setup.php