Searched refs:MSG (Results 1 – 6 of 6) sorted by relevance
297 global $MSG;298 if (isset($MSG)) {299 foreach ($MSG as $msg) {
437 global $MSG, $MSG_shown;461 if (!isset($MSG)) $MSG = [];462 $MSG[] = $msgdata;
272 global $NS, $MSG, $INPUT;306 if (isset($MSG)) {307 foreach ($MSG as $msg) {
637 global $MSG, $MSG_shown;642 if (!isset($MSG)) return;645 foreach ($MSG as $msg) {
1821 global $MSG;1822 if (isset($MSG) && count($MSG) && !defined('NOSESSION')) {1825 $_SESSION[DOKU_COOKIE]['msg'] = $MSG;
206 $MSG = $_SESSION[DOKU_COOKIE]['msg']; variable