removed redundant fetch
This commit is contained in:
parent
18d16d9509
commit
ac8ddd8831
@ -366,12 +366,6 @@ if (empty($reshook) && $action == 'add') {
|
|||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
$formcompany = new FormCompany($db);
|
$formcompany = new FormCompany($db);
|
||||||
|
|
||||||
$conference = new ConferenceOrBooth($db);
|
|
||||||
$resultconf = $conference->fetch($id);
|
|
||||||
if ($resultconf < 0) {
|
|
||||||
setEventMessages(null, $object->errors, "errors");
|
|
||||||
}
|
|
||||||
|
|
||||||
llxHeaderVierge($langs->trans("NewSubscription"));
|
llxHeaderVierge($langs->trans("NewSubscription"));
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user