From db636fd5cd65dbb3d040926b72245e0f74fc1da2 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Tue, 18 Aug 2009 04:28:58 +0000 Subject: [PATCH] MDL-19788 Upgraded calls to helpbutton, print_simple_box* and notify --- auth/cas/config.html | 2 +- auth/ldap/config.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/auth/cas/config.html b/auth/cas/config.html index 7911bc6505..f0742e5124 100644 --- a/auth/cas/config.html +++ b/auth/cas/config.html @@ -122,7 +122,7 @@ if (!function_exists('ldap_connect')) { // Is php4-ldap really there? - notify(get_string('auth_ldap_noextension','auth_ldap')); + echo $OUTPUT->notification(get_string('auth_ldap_noextension','auth_ldap')); } diff --git a/auth/ldap/config.html b/auth/ldap/config.html index 3c04f8d8e9..dda5127793 100644 --- a/auth/ldap/config.html +++ b/auth/ldap/config.html @@ -65,7 +65,7 @@ $yesno = array( get_string('no'), get_string('yes') ); if (!function_exists('ldap_connect')) { // Is php4-ldap really there? - notify(get_string('auth_ldap_noextension','auth_ldap')); + echo $OUTPUT->notification(get_string('auth_ldap_noextension','auth_ldap')); } ?> -- 2.39.5