Searched refs:MSG (Results 1 – 6 of 6) sorted by relevance
297 global $MSG;298 if (isset($MSG)) {299 foreach ($MSG as $msg) {
431 global $MSG, $MSG_shown;455 if (!isset($MSG)) $MSG = [];456 $MSG[] = $msgdata;
272 global $NS, $MSG, $INPUT;306 if (isset($MSG)) {307 foreach ($MSG as $msg) {
640 global $MSG, $MSG_shown;645 if (!isset($MSG)) return;648 foreach ($MSG as $msg) {
1771 global $MSG;1772 if (isset($MSG) && count($MSG) && !defined('NOSESSION')) {1775 $_SESSION[DOKU_COOKIE]['msg'] = $MSG;
206 $MSG = $_SESSION[DOKU_COOKIE]['msg']; variable