Subversion Repositories oidplus

Rev

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

Rev 1266 Rev 1267
Line 56... Line 56...
56
                                throw new OIDplusException(_L('RA "%1" does not exist.',$email));
56
                                throw new OIDplusException(_L('RA "%1" does not exist.',$email));
57
                        }
57
                        }
58
                        $ra->delete();
58
                        $ra->delete();
59
                        $ra = null;
59
                        $ra = null;
60
 
60
 
61
                        OIDplus::logger()->log("[?WARN/!OK]RA(%1)!/[?INFO/!OK]A?", "RA '%1' deleted", $email);
61
                        OIDplus::logger()->log("V2:[OK/WARN]RA(%1)+[OK/INFO]A", "RA '%1' deleted", $email);
62
 
62
 
63
                        return array("status" => 0);
63
                        return array("status" => 0);
64
                } else {
64
                } else {
65
                        return parent::action($actionID, $params);
65
                        return parent::action($actionID, $params);
66
                }
66
                }