diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-31 03:42:19 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-31 03:42:19 -0400 |
commit | e940acf8c68ac72a2f55590306977e00f1523f2a (patch) | |
tree | a1329a52429aadf823da3d1a5199f29cda5da331 /include | |
parent | 301527e5a269d652059bd73172a3a3598287ff9d (diff) | |
parent | 8c928e67ba9f122343f53400cf0f4dae8104ffd7 (diff) | |
download | volse-hubzilla-e940acf8c68ac72a2f55590306977e00f1523f2a.tar.gz volse-hubzilla-e940acf8c68ac72a2f55590306977e00f1523f2a.tar.bz2 volse-hubzilla-e940acf8c68ac72a2f55590306977e00f1523f2a.zip |
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
warning cleanup
* master:
Diffstat (limited to 'include')
-rw-r--r-- | include/text.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index 0b825cc39..f758c37ee 100644 --- a/include/text.php +++ b/include/text.php @@ -205,7 +205,6 @@ function hex2bin($s) { return ''; if(! ctype_xdigit($s)) { - logger('hex2bin: illegal input: ' . print_r(debug_backtrace(), true)); return($s); } |