Closed (fixed)
Project:
Book access
Version:
6.x-1.0-rc4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2010 at 17:46 UTC
Updated:
21 Jan 2010 at 21:00 UTC
Dear mantainer team,
I have installed the new release of book_access module:
http://drupal.org/node/673502
There is a problem with the following SQL instruction and my Drupal report an error:
I have modify the file book_access.install as follow:
/**
* Implements hook_update_N().
*/
function book_access_update_6102() {
$ret = array();
$ret[] = update_sql("UPDATE {node_access} SET realm = 'book_access_role' WHERE realm = 'book_access'");
return $ret;
}
I hope this is correct.......?
It's possible to correct the package ?
Best regard,
Gianni
[Edited by kiamlaluno]
Comments
Comment #1
avpadernoI have changed the code, and committed it in CVS; I have also created a new official version.
Thanks for your report.