diff options
Diffstat (limited to 'includes/general.php')
-rw-r--r-- | includes/general.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/general.php b/includes/general.php index 5c61ec0..f36ccdf 100644 --- a/includes/general.php +++ b/includes/general.php @@ -506,7 +506,7 @@ return(0); } - function hex2bin($data) + function gpg_hex2bin($data) { while(strstr($data, "\\x")) { |