Set columns are not rendered correct when editing a row(mysql).
Database management in a single PHP file
Brought to you by:
jakubvrana
Set columns are not rendered correct when editing a row(mysql).
Steps to reproduce:
CREATE TABLE table2 (
id int(11) NOT NULL AUTO_INCREMENT,
set_column set('val1','val2','val3') NOT NULL,
PRIMARY KEY (id)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin;
INSERT INTO table2 (id, set_column) VALUES(1, 'val2');
This is an issue with the skin. Can you please fix the skin and attach it here?