diff options
author | Thomas Willingham <founder@kakste.com> | 2013-03-28 21:16:25 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2013-03-28 21:16:25 +0000 |
commit | fbb4dc69c6789a04f8464afba4ea625feb880731 (patch) | |
tree | 47c746b9115d30c4ac3e686022fa497238ac68eb /include/text.php | |
parent | c8852d455e77624baf9e6ac852c1176f45462e70 (diff) | |
parent | d0bf45972135bde9ac39a06c6fa5eb64d075a225 (diff) | |
download | volse-hubzilla-fbb4dc69c6789a04f8464afba4ea625feb880731.tar.gz volse-hubzilla-fbb4dc69c6789a04f8464afba4ea625feb880731.tar.bz2 volse-hubzilla-fbb4dc69c6789a04f8464afba4ea625feb880731.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/text.php')
-rw-r--r-- | include/text.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/text.php b/include/text.php index 6e0e63df3..833b495f4 100644 --- a/include/text.php +++ b/include/text.php @@ -222,6 +222,7 @@ function unxmlify($s) { // convenience wrapper, reverse the operation "bin2hex" +// This is a built-in function in php >= 5.4 if(! function_exists('hex2bin')) { function hex2bin($s) { |