From: skodak Date: Tue, 15 May 2007 19:42:53 +0000 (+0000) Subject: MDL-9823 Disclaimer HRef is repeated twice in the Link - Policy.php for some urls... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e61c34cfe56db641dbcdf4ff0e7c0e2b5eb49085;p=moodle.git MDL-9823 Disclaimer HRef is repeated twice in the Link - Policy.php for some urls; merged from MOODLE_18_STABLE --- diff --git a/user/policy.php b/user/policy.php index 7950755e75..f23baea854 100644 --- a/user/policy.php +++ b/user/policy.php @@ -45,8 +45,8 @@ echo '
'; echo ''; - echo link_to_popup_window ($CFG->sitepolicy, 'agreement', $strpolicyagreementclick, - 500, 500, 'Popup window', 'none', true); + // we can not use our popups here, because the url may be arbitrary, see MDL-9823 + echo ''.$strpolicyagreementclick.''; echo '
'; // see MDL-9798