Przeglądaj źródła

More schema follies

Andy Baugh 7 lat temu
rodzic
commit
30843a21a4
1 zmienionych plików z 2 dodań i 2 usunięć
  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,
         },