/[Grep]/lib/Grep/Action/Fetch.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/Grep/Action/Fetch.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7 by dpavlin, Sat Feb 17 21:22:17 2007 UTC revision 8 by dpavlin, Sat Feb 17 21:24:48 2007 UTC
# Line 111  sub take_action { Line 111  sub take_action {
111    
112          } else {          } else {
113    
114                  $self->result->message( 'No results for ' . $self->argument_value('q') );                  $self->result->message( 'No results found' );
115    
116                    # with default sticky_on_failure, this will keep form data
117                    $self->result->failure( 1 );
118    
119                  return 0;                  return 0;
120          }          }
121  }  }

Legend:
Removed from v.7  
changed lines
  Added in v.8

  ViewVC Help
Powered by ViewVC 1.1.26