for postgres;
line 316 should remove and tc_id and NULL reference, like:
// If new conditions are different from current permisions - enter in database
if ( legal_conditions_updated($form) ) {
db_query("INSERT INTO {legal_conditions} (conditions, date, extras, changes) VALUES ('%s', %d, '%s', '%s')

thanks

Comments

pearcec’s picture

Status: Active » Closed (duplicate)