]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-18209 fixe short php tag - thanks Jeffrey Silverman
authorskodak <skodak>
Sun, 15 Feb 2009 19:24:57 +0000 (19:24 +0000)
committerskodak <skodak>
Sun, 15 Feb 2009 19:24:57 +0000 (19:24 +0000)
auth/shibboleth/config.html

index 54e097a4ef9b6e1164f4a2d4d0c7fc445c59694b..1322c0487ba51655ed1a6a116d57b2a44698adb7 100755 (executable)
@@ -70,7 +70,7 @@ urn:mace:organization2:providerID, Example Organization 2, /Shibboleth.sso/WAYF/
         }
         ?>
 </textarea>
-    <?
+    <?php
        if (isset($config->organization_selection) && empty($config->organization_selection) && isset($config->alt_login) && $config->alt_login == 'on') {
               echo '<br/><font color="red">';
               print_string("auth_shib_no_organizations_warning", "auth");