소스 검색

More schema follies

Andy Baugh 7 년 전
부모
커밋
30843a21a4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      lib/Cpanel/iContact/Provider/Schema/IRC.pm

+ 2 - 2
lib/Cpanel/iContact/Provider/Schema/IRC.pm

@@ -62,12 +62,12 @@ HALP
             'help' => $help3,
         },
         'IRCSERVER' => {
-            'type'     => 'binary',
+            'type'     => 'text',
             'label' => 'IRC Server Address',
             'help' => $help4,
         },
        'IRCPORT' => {
-            'type'     => 'binary',
+            'type'     => 'text',
             'label' => 'IRC Server Port',
             'help' => $help5,
         },