Subversion Repositories oidplus

Rev

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

Rev 277 Rev 279
Line 17... Line 17...
17
 * limitations under the License.
17
 * limitations under the License.
18
 */
18
 */
19
 
19
 
20
class OIDplusPageRaEditContactData extends OIDplusPagePluginRa {
20
class OIDplusPageRaEditContactData extends OIDplusPagePluginRa {
21
 
21
 
22
        public function priority() {
-
 
23
                return 100;
-
 
24
        }
-
 
25
 
-
 
26
        public function action(&$handled) {
22
        public function action(&$handled) {
27
                if (isset($_POST["action"]) && ($_POST["action"] == "change_ra_data")) {
23
                if (isset($_POST["action"]) && ($_POST["action"] == "change_ra_data")) {
28
                        $handled = true;
24
                        $handled = true;
29
 
25
 
30
                        $email = $_POST['email'];
26
                        $email = $_POST['email'];