functions.inc.php:

- remove_from_array() was accidently wrapped by 
  if (!function_exists('hex2bin'))


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1369 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 12 years ago
parent 31b94156c4
commit 3b920fc442

@ -1262,6 +1262,7 @@ function hex2bin ($str) {
}
return $nstr;
}
/**/ }
/*
* remove item $item from array $array
@ -1279,8 +1280,6 @@ function remove_from_array($array, $item) {
return array($found, $array);
}
/**/ }
function to64 ($v, $n) {
$ITOA64 = "./0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz";
$ret = "";

Loading…
Cancel
Save