Description of phpmyadmin 2.10.1 import into Moodle

Change:
 * replaced libraries/session.inc.php - totally hacked to play nice with our session code
 * removed scripts/*.*
 * removed test/*.*
 * removed config.sample.inc.php
 * added scripts/create_tables_moodle.sql - our db tables
 * added scripts/create_tables_moodle_designer.sql - our upgrade of db tables
 * added config.inc.php - takes configuration from our config.php
 * added frame.php - access control checks, moodle frame integration

Notes:
 * now supported in 1.6.x - 1.9dev
 * only utf-8 languages

$Id: readme_moodle.txt,v 1.6 2007/04/24 07:10:24 skodak Exp $