]> git.mjollnir.org Git - moodle.git/commit
Now setup.php detects is CFG->unicode is not set and examines
authorstronk7 <stronk7>
Mon, 27 Mar 2006 11:24:14 +0000 (11:24 +0000)
committerstronk7 <stronk7>
Mon, 27 Mar 2006 11:24:14 +0000 (11:24 +0000)
commit7104d80dbc95c96ec1eab3907b8f68392dee890e
treecde71013787284ccedd5016a594c1260cb17bfb0
parent4431d2e03673f5c134cad32f27a5488371c6aa89
Now setup.php detects is CFG->unicode is not set and examines
DB to detect such value dinamically. Useful for installations
not using the standard installer but manually edited config.php
files.
Little TODO: modify a bit the initial config tables insets to
insert this value, avoiding to call it for each request. Coming
soon (although not mandatory for 1.6beta). Tested against both
MySQL and PostgreSQL with unicode and non-unicode DBs.
lib/setup.php
lib/setuplib.php