Closed (fixed)
Project:
AES encryption
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Jan 2012 at 19:36 UTC
Updated:
28 Mar 2014 at 17:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dpovshed commentedTotally agree about your idea, but I have feeling the code fragments like
if (variable_get("aes_convert", FALSE)) {will compromise users who have currently stored aes_convert as a string, just because string is TRUE when casted to bool.
So if we need change to be applied would be nice to:
- add update_hook_N;
- reformat according to coding standard.
Comment #2
jurgenhaasAgreed, the rewritten and extended patch is attached.
Comment #3
dpovshed commentedRevieved, tested and committed to dev without any changes. Thanks Jürgen!