Closed (fixed)
Project:
Copyright
Version:
5.x-1.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2008 at 18:41 UTC
Updated:
30 Oct 2008 at 18:21 UTC
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
Comment #1
Robrecht Jacques commentedFixed. Will be included in the next release of copyright (5.x-1.8) released later today. Thanks!
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.