Changeset 147:421794608368 for inc/core/class.dc.workspace.php
- Timestamp:
- 05/04/11 17:05:49 (14 years ago)
- Branch:
- userprefs
- Children:
- 148:a5ffa124056c, 154:b948351eb8c9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/core/class.dc.workspace.php
r141 r147 48 48 try {$this->getPrefs($rs);} catch (Exception $e) { 49 49 if (version_compare($core->getVersion('core'),'2.3','>')) { 50 trigger_error( $e->getMessage());50 trigger_error(__('Unable to retrieve prefs:').' '.$this->con->error(), E_USER_ERROR); 51 51 } 52 52 } … … 67 67 $rs = $this->con->select($strReq); 68 68 } catch (Exception $e) { 69 //~ trigger_error(__('Unable to retrieve prefs:').' '.$this->con->error(), E_USER_ERROR);70 69 throw $e; 71 70 }
Note: See TracChangeset
for help on using the changeset viewer.