to delete a colum from a table with phpMyAdmin:
click the coppermine database - left sidebar of phpMyAdmin
click table cpg15x_pictures
click SQL button at top of the page
click Clear
paste in the box :
ALTER TABLE cpg15x_pictures
DROP COLUMN hot_expire...
click the coppermine database - left sidebar of phpMyAdmin
click table cpg15x_pictures
click SQL button at top of the page
click Clear
paste in the box :
ALTER TABLE cpg15x_pictures
DROP COLUMN hot_expire...