Project:Copyright
Version:5.x-1.7
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

Status:active» fixed

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

#2

Status:fixed» closed (fixed)

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

nobody click here