INSERT anh_copyright_user
yecarrillo - October 15, 2008 - 18:41
| Project: | Copyright |
| Version: | 5.x-1.7 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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)

#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.