diff options
Diffstat (limited to 'lib/sisu/v4/cgi.rb')
| -rw-r--r-- | lib/sisu/v4/cgi.rb | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/lib/sisu/v4/cgi.rb b/lib/sisu/v4/cgi.rb index 518770a5..600d7146 100644 --- a/lib/sisu/v4/cgi.rb +++ b/lib/sisu/v4/cgi.rb @@ -69,17 +69,9 @@ module  SiSU_CGI        @opt=opt        @webserv=@opt.files[0].to_s.strip      end -    def search_info -     a=%{ -          For help on sisu search, type: -            sisu --help search -      } -      SiSU_Screen::Ansi.new(@opt.cmd,a).print_grey -    end      def read        SiSU_CGI_SQLite::SearchSQLite.new(@opt,@webserv).sqlite        SiSU_CGI_PgSQL::SearchPgSQL.new(@opt,@webserv).pgsql -      search_info unless @opt.cmd =~/q/      end    end  end | 
