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 200... Line 200...
200
                                'text' => $this->getHyperlinkTitle($file)
200
                                'text' => $this->getHyperlinkTitle($file)
201
                        );
201
                        );
202
                }
202
                }
203
        }
203
        }
204
 
204
 
205
        public function tree(&$json, $ra_email=null, $nonjs=false) {
205
        public function tree(&$json, $ra_email=null, $nonjs=false, $req_goto='') {
206
                $children = array();
206
                $children = array();
207
 
207
 
208
                $this->tree_rec($children, 'links/');
208
                $this->tree_rec($children, 'links/');
209
 
209
 
210
                if (count($children) > 0) {
210
                if (count($children) > 0) {