Subversion Repositories oidplus

Rev

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

Rev 1056 Rev 1116
Line 85... Line 85...
85
 
85
 
86
        echo '</p>';
86
        echo '</p>';
87
}
87
}
88
 
88
 
89
#------------------------
89
#------------------------
90
$do_edits = isset($_POST['sent']) && $edits_possible;;
90
$do_edits = isset($_POST['sent']) && $edits_possible;
91
#------------------------
91
#------------------------
92
 
92
 
93
# ---
93
# ---
94
 
94
 
95
function step_admin_email($step, $do_edits, &$errors_happened) {
95
function step_admin_email($step, $do_edits, &$errors_happened) {
Line 142... Line 142...
142
 
142
 
143
# ---
143
# ---
144
 
144
 
145
foreach (OIDplus::getAllPlugins() as $plugin) {
145
foreach (OIDplus::getAllPlugins() as $plugin) {
146
        if ($plugin->implementsFeature('1.3.6.1.4.1.37476.2.5.2.3.1')) {
146
        if ($plugin->implementsFeature('1.3.6.1.4.1.37476.2.5.2.3.1')) {
147
                $plugin->oobeEntry($step++, $do_edits, $errors_happened);
147
                $plugin->oobeEntry($step++, $do_edits, $errors_happened); /** @phpstan-ignore-line */
148
        }
148
        }
149
}
149
}
150
 
150
 
151
# ---
151
# ---
152
 
152