Subversion Repositories oidplus

Rev

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

Rev 775 Rev 800
Line 86... Line 86...
86
                        try {
86
                        try {
87
                                $json_out = OIDplus::gui()->generateContentPage($_REQUEST['id']);
87
                                $json_out = OIDplus::gui()->generateContentPage($_REQUEST['id']);
88
                        } catch (Exception $e) {
88
                        } catch (Exception $e) {
89
                                $json_out = array();
89
                                $json_out = array();
90
                                $json_out['title'] = _L('Error');
90
                                $json_out['title'] = _L('Error');
91
                                $json_out['icon'] = 'img/error_big.png';
91
                                $json_out['icon'] = 'img/error.png';
92
                                $json_out['text'] = $e->getMessage();
92
                                $json_out['text'] = $e->getMessage();
93
                        }
93
                        }
94
                        $json_out['status'] = 0;
94
                        $json_out['status'] = 0;
95
                } else if (isset($_REQUEST['action']) && ($_REQUEST['action'] == 'tree_search')) {
95
                } else if (isset($_REQUEST['action']) && ($_REQUEST['action'] == 'tree_search')) {
96
                        // Action:     tree_search
96
                        // Action:     tree_search