Fixed typo

This commit is contained in:
Jamie Cameron
2007-11-28 16:31:57 +00:00
parent 38315505c8
commit c234a82413

View File

@@ -29,7 +29,7 @@ print &ui_table_row($text{'table_copy'},
print &ui_table_row($text{'table_type'},
&ui_select("type", "",
[ [ "", $text{'default'} ], [ "isam" ], [ "myisam" ],
[ "heap" ], [ "merge" ], [ "innodb", "ndbcluster" ]
[ "heap" ], [ "merge" ], [ "innodb" ], [ "ndbcluster" ]
]));
print "<tr> <td colspan=2>";