Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
max-mapper committed Nov 13, 2011
1 parent 9aadb8b commit 5c00b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tropo/search.rb
Expand Up @@ -45,8 +45,8 @@ def request(req)


@search = Rest::Server.new "open211.org", 80 @search = Rest::Server.new "open211.org", 80
@numbers = Rest::Server.new "yourcouch", 80, {"user" => "user", "pass" => "pass"} @numbers = Rest::Server.new "yourcouch", 80, {"user" => "user", "pass" => "pass"}
@number = #$currentCall.callerID.to_s @number = $currentCall.callerID.to_s
@initialText = #$currentCall.initialText.downcase @initialText = $currentCall.initialText.downcase
@next_page = %w{next n N NEXT Next}.include? @initialText @next_page = %w{next n N NEXT Next}.include? @initialText


def get_last_search def get_last_search
Expand Down

0 comments on commit 5c00b95

Please sign in to comment.