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

Robrecht Jacques - October 16, 2008 - 18:13
Status:active» fixed

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

#2

Anonymous (not verified) - October 30, 2008 - 18:21
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.