mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 20:50:21 +01:00
MDL-18209 fixe short php tag - thanks Jeffrey Silverman
This commit is contained in:
parent
133b5929a1
commit
a8e299711c
@ -70,7 +70,7 @@ urn:mace:organization2:providerID, Example Organization 2, /Shibboleth.sso/WAYF/
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</textarea>
|
</textarea>
|
||||||
<?
|
<?php
|
||||||
if (isset($config->organization_selection) && empty($config->organization_selection) && isset($config->alt_login) && $config->alt_login == 'on') {
|
if (isset($config->organization_selection) && empty($config->organization_selection) && isset($config->alt_login) && $config->alt_login == 'on') {
|
||||||
echo '<br/><font color="red">';
|
echo '<br/><font color="red">';
|
||||||
print_string("auth_shib_no_organizations_warning", "auth");
|
print_string("auth_shib_no_organizations_warning", "auth");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user