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