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
This commit is contained in:
rvelices 2006-03-21 01:27:21 +00:00
commit e584310d3a
15 changed files with 379 additions and 367 deletions

View file

@ -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';
}