merge text.php and hmessages.po

This commit is contained in:
Mario Vavti 2019-03-08 12:32:20 +01:00
parent 8ecdde6cb5
commit 9772726065
2 changed files with 1 additions and 23 deletions

View File

@ -3331,28 +3331,6 @@ function array2XML($obj, $array) {
}
}
function array_path_exists($str,$arr) {
$ptr = $arr;
$search = explode('/', $str);
if($search) {
foreach($search as $s) {
if(array_key_exists($s,$ptr)) {
$ptr = $ptr[$s];
}
else {
return false;
}
}
return true;
}
return false;
}
/**
* @brief Inserts an array into $table.
*

View File

@ -13375,7 +13375,7 @@ msgid ""
"Cannot create a duplicate channel identifier on this system. Import failed."
msgstr ""
#: ../../include/import.php:116
#: ../../include/import.php:117
msgid "Cloned channel not found. Import failed."
msgstr ""