diff options
author | friendica <info@friendica.com> | 2013-03-27 19:02:01 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-03-27 19:02:01 -0700 |
commit | 8148b7c32f160cbe2cdc37e7271ac62aa2133b7c (patch) | |
tree | ec29500cc9a2317a9e21a4c4a6874f15da6c846a /include/text.php | |
parent | ca605a8c838b28e89c611e1063456afa82e2fb33 (diff) | |
download | volse-hubzilla-8148b7c32f160cbe2cdc37e7271ac62aa2133b7c.tar.gz volse-hubzilla-8148b7c32f160cbe2cdc37e7271ac62aa2133b7c.tar.bz2 volse-hubzilla-8148b7c32f160cbe2cdc37e7271ac62aa2133b7c.zip |
update manage table and some documentation
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) { |