@@ -51,7 +51,8 @@ |
||
| 51 | 51 | } |
| 52 | 52 | try { |
| 53 | 53 | $this->_request_data['product'] = org_openpsa_products_product_dba::get_cached($this->_deliverable->product); |
| 54 | - } catch (midcom_error $e) { |
|
| 54 | + } |
|
| 55 | + catch (midcom_error $e) { |
|
| 55 | 56 | $this->_request_data['product'] = false; |
| 56 | 57 | } |
| 57 | 58 | } |
@@ -113,7 +113,8 @@ |
||
| 113 | 113 | try { |
| 114 | 114 | $this->_request_data['customer'] = new org_openpsa_contacts_group_dba($guid); |
| 115 | 115 | $qb->add_constraint('customer', '=', $this->_request_data['customer']->id); |
| 116 | - } catch (midcom_error $e) { |
|
| 116 | + } |
|
| 117 | + catch (midcom_error $e) { |
|
| 117 | 118 | $this->_request_data['customer'] = new org_openpsa_contacts_person_dba($guid); |
| 118 | 119 | $qb->add_constraint('customerContact', '=', $this->_request_data['customer']->id); |
| 119 | 120 | } |
@@ -159,7 +159,8 @@ |
||
| 159 | 159 | |
| 160 | 160 | try { |
| 161 | 161 | $object = new $classname($guid); |
| 162 | - } catch (midcom_error $e) { |
|
| 162 | + } |
|
| 163 | + catch (midcom_error $e) { |
|
| 163 | 164 | $handler->print_error($type . " {$guid} not found, error " . $e->getMessage()); |
| 164 | 165 | return false; |
| 165 | 166 | } |
@@ -216,7 +216,8 @@ |
||
| 216 | 216 | foreach ($this->_request_data[$identifier] as $member) { |
| 217 | 217 | try { |
| 218 | 218 | $this->_request_data['group'] = org_openpsa_contacts_group_dba::get_cached($member->gid); |
| 219 | - } catch (midcom_error $e) { |
|
| 219 | + } |
|
| 220 | + catch (midcom_error $e) { |
|
| 220 | 221 | $e->log(); |
| 221 | 222 | continue; |
| 222 | 223 | } |
@@ -382,7 +382,8 @@ |
||
| 382 | 382 | try { |
| 383 | 383 | $obj1 = $class::get_cached($arr1['guid']); |
| 384 | 384 | $obj2 = $class::get_cached($arr2['guid']); |
| 385 | - } catch (midcom_error $e) { |
|
| 385 | + } |
|
| 386 | + catch (midcom_error $e) { |
|
| 386 | 387 | $e->log(); |
| 387 | 388 | continue; |
| 388 | 389 | } |
@@ -114,7 +114,8 @@ |
||
| 114 | 114 | && $deliverable->end > $this->_request_data['start'])) { |
| 115 | 115 | $invoices = array_merge($invoices, $this->_get_invoices_for_subscription($deliverable, $at_entry)); |
| 116 | 116 | } |
| 117 | - } catch (midcom_error $e) { |
|
| 117 | + } |
|
| 118 | + catch (midcom_error $e) { |
|
| 118 | 119 | } |
| 119 | 120 | } |
| 120 | 121 | $invoices = array_merge($invoices, $this->_get_deliverable_invoices()); |
@@ -71,7 +71,8 @@ |
||
| 71 | 71 | $owner = org_openpsa_contacts_person_dba::get_cached($salesproject->owner); |
| 72 | 72 | $row['index_owner'] = $owner->name; |
| 73 | 73 | $row['owner'] = org_openpsa_widgets_contact::get($owner->guid)->show_inline(); |
| 74 | - } catch (midcom_error $e) { |
|
| 74 | + } |
|
| 75 | + catch (midcom_error $e) { |
|
| 75 | 76 | $e->log(); |
| 76 | 77 | } |
| 77 | 78 | $row['amount'] = $object->pricePerUnit * $object->units; |
@@ -69,7 +69,8 @@ |
||
| 69 | 69 | if (empty(self::$_seen[$company_id])) { |
| 70 | 70 | try { |
| 71 | 71 | $company = new org_openpsa_contacts_group_dba($company_id); |
| 72 | - } catch (midcom_error $e) { |
|
| 72 | + } |
|
| 73 | + catch (midcom_error $e) { |
|
| 73 | 74 | return; |
| 74 | 75 | } |
| 75 | 76 | self::$_seen[$company->id] = true; |
@@ -114,7 +114,8 @@ discard block |
||
| 114 | 114 | |
| 115 | 115 | try { |
| 116 | 116 | $person = org_openpsa_contacts_person_dba::get_cached($src); |
| 117 | - } catch (midcom_error $e) { |
|
| 117 | + } |
|
| 118 | + catch (midcom_error $e) { |
|
| 118 | 119 | $widget = new self(); |
| 119 | 120 | $cache[$src] = $widget; |
| 120 | 121 | return $widget; |
@@ -323,7 +324,8 @@ discard block |
||
| 323 | 324 | foreach ($memberships as $data) { |
| 324 | 325 | try { |
| 325 | 326 | $group = org_openpsa_contacts_group_dba::get_cached($data['gid']); |
| 326 | - } catch (midcom_error $e) { |
|
| 327 | + } |
|
| 328 | + catch (midcom_error $e) { |
|
| 327 | 329 | $e->log(); |
| 328 | 330 | continue; |
| 329 | 331 | } |