Changeset 1044

Show
Ignore:
Timestamp:
06/09/07 15:38:14 (18 months ago)
Author:
kake
Message:

Fix uninitialized value warning in test 53 (fixes #168).

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/OpenGuides.pm

    r1037 r1044  
    782782                    ); 
    783783 
     784If either the C<type> or the C<value> parameter is omitted, then all pages 
     785will be returned. 
     786 
    784787=cut 
    785788 
     
    907910    %conf = ( 
    908911                %conf, 
    909                 node        => "$args{type} index", # KLUDGE 
    910912                template    => $template, 
    911913                tt_vars     => \%tt_vars,