Show
Ignore:
Timestamp:
07/17/03 13:21:28 (5 years ago)
Author:
kake
Message:

Compatibility for upcoming UseMod formatter change

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/OpenGuides/Utils.pm

    r202 r210  
    33use strict; 
    44use vars qw( $VERSION ); 
    5 $VERSION = '0.04'; 
     5$VERSION = '0.05'; 
    66 
    77use Carp qw( croak ); 
     
    100100        macros              => \%macros, 
    101101        node_prefix         => "$script_name?", 
    102         edit_prefix         => "$script_name?action=edit&id=" 
     102        edit_prefix         => "$script_name?action=edit&id=", 
     103        munge_urls          => 1, 
    103104    ); 
    104105