Subversion Repositories oidplus

Rev

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

Rev 104 Rev 106
Line 161... Line 161...
161
                                }
161
                                }
162
                        }
162
                        }
163
                }
163
                }
164
        }
164
        }
165
 
165
 
166
        public function tree(&$json, $ra_email=null, $nonjs=false) {
166
        public function tree(&$json, $ra_email=null, $nonjs=false, $req_goto='') {
167
                return false;
167
                return false;
168
        }
168
        }
169
 
169
 
170
        private function getInvitationText($email) {
170
        private function getInvitationText($email) {
171
                $res = OIDplus::db()->query("select * from ".OIDPLUS_TABLENAME_PREFIX."ra where email = '".OIDplus::db()->real_escape_string($email)."'");
171
                $res = OIDplus::db()->query("select * from ".OIDPLUS_TABLENAME_PREFIX."ra where email = '".OIDplus::db()->real_escape_string($email)."'");