timeline: fixed url

This commit is contained in:
Simone Rota 2006-09-10 11:18:37 +00:00
parent a046e9f3d4
commit 61c7f99109

View File

@ -38,7 +38,7 @@ while ($evt =& $res->fetchRow()) {
$currdate = $evt['event_date'];
}
$timeline .= "</table>\n";
$timeline .= '<br><form method="post" action="pmwiki.php?n=Main.Test">Show the latest <input size="4" type="text" name="days" value="'.$days.'"> days <input type="submit" value="Show"></form>'."\n";
$timeline .= '<br><form method="post" action="pmwiki.php?n=Main.Timeline">Show the latest <input size="4" type="text" name="days" value="'.$days.'"> days <input type="submit" value="Show"></form>'."\n";
return $timeline;
}