Changeset 748 for trunk/wiki.cgi
- Timestamp:
- 03/07/06 23:18:15 (3 years ago)
- Files:
-
- 1 modified
-
trunk/wiki.cgi (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wiki.cgi
r743 r748 76 76 $node = $nodes[int(rand(scalar(@nodes) + 1)) + 1]; 77 77 print $guide->redirect_to_node($node); 78 exit 0;79 78 } elsif ($action eq 'find_within_distance') { 80 79 $guide->find_within_distance( … … 167 166 </body></html>); 168 167 } 169 exit 0;170 168 171 169 ############################ subroutines ################################### … … 281 279 print "Content-type: application/rdf+xml\n\n"; 282 280 print $rdf_writer->emit_rdfxml( node => $args{node} ); 283 exit 0;284 281 } 285 282
