Posted by yecarrillo on October 15, 2008 at 6:41pm
Jump to:
| 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
Fixed. Will be included in the next release of copyright (5.x-1.8) released later today. Thanks!
#2
Automatically closed -- issue fixed for two weeks with no activity.