From 5c7d65500573ed52ea2fb1aff8a3218b524ea982 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 23 Mar 2006 01:49:04 +0000 Subject: URL rewrite: 3 options in the config file define behaviour (question mark removal, file name for picture and .php extension removal) fix: added unsigned for column in install sql - for the sake of uniformization change: add_url_param is now add_url_params and takes an array as parameter instead of a string git-svn-id: http://piwigo.org/svn/trunk@1094 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/functions_calendar.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/functions_calendar.inc.php') diff --git a/include/functions_calendar.inc.php b/include/functions_calendar.inc.php index 6dc178d10..962086bce 100644 --- a/include/functions_calendar.inc.php +++ b/include/functions_calendar.inc.php @@ -5,9 +5,9 @@ // +-----------------------------------------------------------------------+ // | branch : BSF (Best So Far) // | file : $RCSfile$ -// | last update : $Date: 2006-01-27 02:11:43 +0100 (ven, 27 jan 2006) $ -// | last modifier : $Author: rvelices $ -// | revision : $Revision: 1014 $ +// | last update : $Date$ +// | last modifier : $Author$ +// | revision : $Revision$ // +-----------------------------------------------------------------------+ // | This program is free software; you can redistribute it and/or modify | // | it under the terms of the GNU General Public License as published by | @@ -178,7 +178,7 @@ WHERE id IN (' . implode(',',$page['items']) .')'; //echo ('
'. var_export($calendar, true) . '
'); $must_show_list = true; // true until calendar generates its own display - if (basename($_SERVER['SCRIPT_NAME']) == 'category.php') + if (basename($_SERVER['SCRIPT_FILENAME']) == 'category.php') { $template->assign_block_vars('calendar', array()); -- cgit v1.2.3