From 979b9cde33b519ea708730189bdecf691bb2f934 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Thu, 8 May 2008 19:05:47 +0200 Subject: [PATCH] [svn r15246] Minor - Added admin.inc language file. --- main/user/subscribe_user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/user/subscribe_user.php b/main/user/subscribe_user.php index 1ced709ec3..48e5bae10f 100644 --- a/main/user/subscribe_user.php +++ b/main/user/subscribe_user.php @@ -39,7 +39,7 @@ ============================================================================== */ // name of the language file that needs to be included -$language_file = 'registration'; +$language_file = array('registration','admin'); include ("../inc/global.inc.php"); $this_section = SECTION_COURSES; if (!api_is_allowed_to_edit()) api_not_allowed(true);