From 481188f7ea77418b46100d66a383f9a98f4cd029 Mon Sep 17 00:00:00 2001 From: rub Date: Tue, 2 Jan 2007 22:37:08 +0000 Subject: Issue ID 0000529 Re-Fixed. Problem with "Options +MultiViews" .htaccess configuration. Merge branch-1_6 1688:1689 into BSF git-svn-id: http://piwigo.org/svn/trunk@1690 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_calendar.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/functions_calendar.inc.php') diff --git a/include/functions_calendar.inc.php b/include/functions_calendar.inc.php index cca864218..0ee126f5e 100644 --- a/include/functions_calendar.inc.php +++ b/include/functions_calendar.inc.php @@ -186,7 +186,7 @@ WHERE id IN (' . implode(',',$page['items']) .')'; //echo ('
'. var_export($calendar, true) . '
'); $must_show_list = true; // true until calendar generates its own display - if (script_basename() != 'picture.php') + if (script_basename() != 'picture') // basename without file extention { $template->assign_block_vars('calendar', array()); -- cgit v1.2.3