OSDN Git Service

*** empty log message ***
authormorimoto <morimoto@180c8125-5b33-4295-ad04-72a68a15b4cc>
Sun, 13 Jan 2008 06:22:38 +0000 (06:22 +0000)
committermorimoto <morimoto@180c8125-5b33-4295-ad04-72a68a15b4cc>
Sun, 13 Jan 2008 06:22:38 +0000 (06:22 +0000)
lib/plugins/20phone

index 38ff9ac..a1c7471 100644 (file)
@@ -1,7 +1,7 @@
 # -*-perl-*-
 # keitairc/lib/plugins/20phone
 # \93d\98b\94Ô\8d\86
-# $Id: 20phone,v 1.1 2008-01-09 19:30:34 morimoto Exp $
+# $Id: 20phone,v 1.2 2008-01-13 06:22:38 morimoto Exp $
 # $Source: /home/ishikawa/work/keitairc/tmp/keitairc/lib/plugins/20phone,v $
 
 $plugin = {
@@ -20,10 +20,7 @@ $plugin = {
                my ($request, $name, $session_id, $param_string) = @_;
                my $ci = new Keitairc::ClientInfo($request);
                my $view = new Keitairc::View($::cf, $ci);
-               return $view->render('phone.html', {
-                       phone => $param_string,
-                       docomo => $ci->is_docomo(),
-                            });
+               return $view->render('phone.html', { phone => $param_string });
        }
 };