From: mits Date: Sun, 1 Feb 2009 16:16:13 +0000 (+0000) Subject: Fixed html closing

tags. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=a825fec763961a8ce9ebd80b8320a12f2f4bf517;p=moodle.git Fixed html closing

tags. --- diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index 9ceadd5f44..faffcaaf28 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -396,8 +396,8 @@ $string['experimental'] = 'Experimental'; $string['experimentalsettings'] = 'Experimental settings'; $string['extendedusernamechars'] = 'Allow extended characters in usernames'; $string['extrauserselectorfields'] = 'When selecting users, search and display'; -$string['fatalsessionautostart'] = '

Serious configuration error detected, please notify server administrator.

To operate properly, Moodle requires that administrator changes PHP settings.

session.auto_start must be set to off.

This setting is controlled by editing php.ini, Apache/IIS
configuration or .htaccess file on the server.

'; -$string['fatalmagicquotesruntime'] = '

Serious configuration error detected, please notify server administrator.

To operate properly, Moodle requires that administrator changes PHP settings.

magic_quotes_runtime must be set to off.

This setting is controlled by editing php.ini, Apache/IIS
configuration or .htaccess file on the server.

'; +$string['fatalsessionautostart'] = '

Serious configuration error detected, please notify server administrator.

To operate properly, Moodle requires that administrator changes PHP settings.

session.auto_start must be set to off.

This setting is controlled by editing php.ini, Apache/IIS
configuration or .htaccess file on the server.

'; +$string['fatalmagicquotesruntime'] = '

Serious configuration error detected, please notify server administrator.

To operate properly, Moodle requires that administrator changes PHP settings.

magic_quotes_runtime must be set to off.

This setting is controlled by editing php.ini, Apache/IIS
configuration or .htaccess file on the server.

'; $string['filecreated'] = 'New file created'; $string['filestoredin'] = 'Save file into folder :'; $string['filestoredinhelp'] = 'Where the file will be stored';