~ubuntu-branches/ubuntu/hoary/moodle/hoary

« back to all changes in this revision

Viewing changes to login/index_form.html

  • Committer: Bazaar Package Importer
  • Author(s): Isaac Clerencia
  • Date: 2004-12-29 00:49:52 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041229004952-gliyqzpj2w3e7clx
Tags: 1.4.3-1
* Urgency high as upstream release fixes several security bugs
* New upstream release
* Write database creation errors and warn the user about it, 
closes: #285842, #285842

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
                 break;
95
95
               default:
96
96
                 echo format_text($CFG->auth_instructions);
97
 
                 require_once("../auth/$CFG->auth/lib.php");
 
97
                 if (!function_exists('auth_user_login')) {
 
98
                    require_once("../auth/$CFG->auth/lib.php");
 
99
                 }
98
100
                 if (!empty($CFG->auth_user_create) and function_exists('auth_user_create') ){
99
101
?>
100
102
                 <div align="center">