Changeset 1014 for trunk/wiki.cgi
- Timestamp:
- 04/03/07 01:02:45 (20 months ago)
- Files:
-
- 1 modified
-
trunk/wiki.cgi (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wiki.cgi
r991 r1014 86 86 ); 87 87 } elsif ($action eq 'random') { 88 my @nodes = $wiki->list_all_nodes(); 89 $node = $nodes[int(rand(scalar(@nodes) + 1)) + 1]; 90 print $guide->redirect_to_node($node); 88 print $guide->display_random_page; 91 89 } elsif ($action eq 'find_within_distance') { 92 90 $guide->find_within_distance(
