Subversion Repositories oidplus

Rev

Rev 1000 | Rev 1006 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1000 Rev 1005
Line 55... Line 55...
55
                                }
55
                                }
56
                        }
56
                        }
57
 
57
 
58
                        $notifications_by_sev = array();
58
                        $notifications_by_sev = array();
59
 
59
 
60
                        foreach (OIDplus::getPagePlugins() as $plugin) {
60
                        foreach (OIDplus::getAllPlugins() as $plugin) {
61
                                if ($plugin->implementsFeature('1.3.6.1.4.1.37476.2.5.2.3.8')) {
61
                                if ($plugin->implementsFeature('1.3.6.1.4.1.37476.2.5.2.3.8')) {
62
                                        $notifications = $plugin->getNotifications($ra_email);
62
                                        $notifications = $plugin->getNotifications($ra_email);
63
                                        if ($notifications) {
63
                                        if ($notifications) {
64
                                                foreach ($notifications as $notification) {
64
                                                foreach ($notifications as $notification) {
65
                                                        list($severity, $htmlMessage) = $notification;
65
                                                        list($severity, $htmlMessage) = $notification;