Changeset 1091 for trunk/wiki.cgi
- Timestamp:
- 06/18/07 16:20:16 (18 months ago)
- Files:
-
- 1 modified
-
trunk/wiki.cgi (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wiki.cgi
r1057 r1091 303 303 vars => $vars 304 304 ); 305 $output_conf{ content_type} = ""if $omit_header; # defaults otherwise305 $output_conf{noheaders} = 1 if $omit_header; # defaults otherwise 306 306 print OpenGuides::Template->output( %output_conf ); 307 307 }
