Skip to content

Commit 524416d

Browse files
authored
Merge pull request #67 from plojewski/patch-3
Update ext_tables.php
2 parents 2c625e6 + 47f2b2f commit 524416d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ext_tables.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
'exclude' => 1,
4242
'config' => Array(
4343
'type' => 'input',
44-
'size' => '30',
45-
'max' => '30',
44+
'size' => '50',
45+
'max' => '255',
4646
'eval' => 'trim,nospace,lower,uniqueInPid'
4747
)
4848
);
@@ -70,7 +70,7 @@
7070
'exclude' => 1,
7171
'config' => Array(
7272
'type' => 'input',
73-
'size' => '30',
73+
'size' => '50',
7474
'max' => '255',
7575
'eval' => 'trim,nospace,lower,uniqueInPid'
7676
)

0 commit comments

Comments
 (0)