aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v4/cgi.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2013-03-29 21:48:25 -0400
committerRalph Amissah <ralph@amissah.com>2013-03-29 21:48:25 -0400
commit5fb1d73615bbe3839767964a4028b65e07ecdf23 (patch)
tree388bfcf8a1178870e7f8375fa0f3dc5ac6304d06 /lib/sisu/v4/cgi.rb
parentdebian/changelog (4.0.17-1) (diff)
parentv4: version & changelog, dates touched (diff)
Merge tag 'sisu_4.0.18' into debian/sid
SiSU 4.0.18
Diffstat (limited to 'lib/sisu/v4/cgi.rb')
-rw-r--r--lib/sisu/v4/cgi.rb8
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