In function function copyright_user_set_default() you use

INSERT {copyright_user} (cpyid, uid) VALUES (%d, %d)

it should be

INSERT INTO {copyright_user} (cpyid, uid) VALUES (%d, %d)

Comments

Robrecht Jacques’s picture

Status: Active » Fixed

Fixed. Will be included in the next release of copyright (5.x-1.8) released later today. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.