diff options
author | Simone Rota <sip@crux.nu> | 2006-09-10 11:18:37 +0000 |
---|---|---|
committer | Simone Rota <sip@crux.nu> | 2006-09-10 11:18:37 +0000 |
commit | 61c7f99109273ba088551024b35c5fe735d036f2 (patch) | |
tree | ea9163e788944399832a6d6b9630c2a79055f5a8 | |
parent | a046e9f3d49eb8400a17dc4612a624e8d936f44b (diff) | |
download | webtools-61c7f99109273ba088551024b35c5fe735d036f2.tar.gz webtools-61c7f99109273ba088551024b35c5fe735d036f2.tar.xz |
timeline: fixed urlsvnimport
-rw-r--r-- | timeline/timeline.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/timeline/timeline.php b/timeline/timeline.php index aff7ded..c9e8c67 100644 --- a/timeline/timeline.php +++ b/timeline/timeline.php @@ -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; } |