tidy up sqlview error handling
This commit is contained in:
@@ -16,7 +16,7 @@ function booking_admin()
|
||||
watchdog('booking_debug', "<pre>SQL View booking_person_view check\n@info</pre>", array('@info' => print_r( $sqlview_check, true)));
|
||||
}
|
||||
catch (Exception $e) {
|
||||
watchdog('booking_debug', "<pre>SQL View booking_person_view check does not exist\n@info</pre>", array('@info' => print_r( $e, true)));
|
||||
watchdog('booking_debug', "<pre>SQL View booking_person_view check does not exist\n@info</pre>", array('@info' => $e->message));
|
||||
_booking_node_create_mysqlview();
|
||||
}
|
||||
/*
|
||||
|
Reference in New Issue
Block a user