From e584310d3a51bcae7be00513a852ad43e22c585b Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 21 Mar 2006 01:27:21 +0000 Subject: URL rewriting: fix some old links, calendar simplification and prepare code for urls without ? (added functions get_root_url and add_url_param) git-svn-id: http://piwigo.org/svn/trunk@1090 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/calendar_base.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/calendar_base.class.php') diff --git a/include/calendar_base.class.php b/include/calendar_base.class.php index a3240e679..5d358f4ad 100644 --- a/include/calendar_base.class.php +++ b/include/calendar_base.class.php @@ -45,7 +45,7 @@ class CalendarBase function initialize($inner_sql) { global $page; - if ($page['chronology']['field']=='posted') + if ($page['chronology_field']=='posted') { $this->date_field = 'date_available'; } -- cgit v1.2.3