Home
last modified time | relevance | path

Searched refs:mesgarray (Results 1 – 2 of 2) sorted by relevance

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/lib/
H A Dfunctions.lib.php7050 if ((is_array($mesgarray) && count($mesgarray)) || $mesgstring)
7054 if (is_array($mesgarray) && count($mesgarray))
7056 foreach ($mesgarray as $message)
7060 if ($ret < count($mesgarray)) $out .= "<br>\n";
7102 * @param array $mesgarray Error messages array
7129 if (empty($mesgstring) && (!is_array($mesgarray) || count($mesgarray) == 0)) return;
7133 if (is_array($mesgarray))
7135 foreach ($mesgarray as $val)
7152 if (is_array($mesgarray))
7155 foreach ($mesgarray as $val)
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/lib/
H A Dfunctions.lib.php7719 if ((is_array($mesgarray) && count($mesgarray)) || $mesgstring) {
7722 if (is_array($mesgarray) && count($mesgarray)) {
7723 foreach ($mesgarray as $message) {
7726 if ($ret < count($mesgarray)) {
7767 * @param array $mesgarray Error messages array
7794 if (empty($mesgstring) && (!is_array($mesgarray) || count($mesgarray) == 0)) {
7800 if (is_array($mesgarray)) {
7801 foreach ($mesgarray as $val) {
7829 if (is_array($mesgarray)) {
7831 foreach ($mesgarray as $val) {
[all …]