Update base.php
This commit is contained in:
parent
3839a78fe4
commit
62d6ce13ff
|
@ -211,7 +211,7 @@ if(!function_exists("array_multikey_empty")) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!function_exists("get_value_in_array")) {
|
if(!function_exists("get_value_in_array")) {
|
||||||
function get_value_in_array($name, $arr=array(), $default=0) {
|
function get_value_in_array($name, $arr=array(), $default=false) {
|
||||||
$output = false;
|
$output = false;
|
||||||
|
|
||||||
if(is_array($arr)) {
|
if(is_array($arr)) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user