timeline: fixed url
This commit is contained in:
parent
a046e9f3d4
commit
61c7f99109
@ -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;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user