host)) { $config->host = 'localhost'; } if (!isset($config->type)) { $config->type = 'mysql'; } if (!isset($config->sybasequoting)) { $config->sybasequoting = 0; } if (!isset($config->name)) { $config->name = ''; } if (!isset($config->user)) { $config->user = ''; } if (!isset($config->pass)) { $config->pass = ''; } if (!isset($config->table)) { $config->table = ''; } if (!isset($config->fielduser)) { $config->fielduser = ''; } if (!isset($config->fieldpass)) { $config->fieldpass = ''; } if (!isset($config->passtype)) { $config->passtype = 'plaintext'; } if (!isset($config->changepasswordurl)) { $config->changepasswordurl = ''; } if (empty($config->extencoding)) { $config->extencoding = 'utf-8'; } if (empty($config->debugauthdb)) { $config->debugauthdb = 0; } if (!isset($config->setupsql)) { $config->setupsql = ''; } if (!isset($config->removeuser)) { $config->removeuser = 0; } $yesno = array( get_string('no'), get_string('yes') ); ?>
type, ""); ?> | ||
sybasequoting, ''); ?> | ||
passtype, ""); ?> | ||
debugauthdb, ''); ?> | ||
|
||
removeuser, ''); ?> |