aboutsummaryrefslogtreecommitdiffstats
path: root/functions/calendar_functions.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-07-30 01:32:09 +0000
committerChad Little <clittle@users.sourceforge.net>2004-07-30 01:32:09 +0000
commitd5f1cda1e05f23ff117d14494f0bcb7ce8710741 (patch)
tree3c2553cec4133f1512e14dc8e01c6e03b13135dc /functions/calendar_functions.php
parenteaedec19b2db31e92030cb20488e56558e1205ee (diff)
downloadphpicalendar-d5f1cda1e05f23ff117d14494f0bcb7ce8710741.tar.gz
phpicalendar-d5f1cda1e05f23ff117d14494f0bcb7ce8710741.tar.bz2
phpicalendar-d5f1cda1e05f23ff117d14494f0bcb7ce8710741.zip
Fix for [ 999374 ] Slight authentication bug
Diffstat (limited to 'functions/calendar_functions.php')
-rw-r--r--functions/calendar_functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/calendar_functions.php b/functions/calendar_functions.php
index 9329fd2..79883d8 100644
--- a/functions/calendar_functions.php
+++ b/functions/calendar_functions.php
@@ -14,7 +14,7 @@
// returned.
function availableCalendars($username, $password, $cal_filename, $admin = false) {
// Import globals.
- global $calendar_path, $blacklisted_cals, $list_webcals, $locked_cals, $locked_map, $apache_map, $error_path_lang, $error_restrictedcal_lang, $error_invalidcal_lang, $ALL_CALENDARS_COMBINED, $_SERVER;
+ global $allow_login, $calendar_path, $blacklisted_cals, $list_webcals, $locked_cals, $locked_map, $apache_map, $error_path_lang, $error_restrictedcal_lang, $error_invalidcal_lang, $ALL_CALENDARS_COMBINED, $_SERVER;
// Create the list of available calendars.
$calendars = array();

© 2014-2024 Faster IT GmbH | imprint | privacy policy