mirror of https://github.com/itflow-org/itflow
Merge pull request #668 from wrongecho/portal-rem-company
Remove reference to non-existent company_id field in contacts table
This commit is contained in:
commit
8110b0ffa7
|
|
@ -51,7 +51,6 @@ if ($_SERVER['REQUEST_METHOD'] == 'POST' && isset($_POST['login'])) {
|
|||
$_SESSION['client_logged_in'] = true;
|
||||
$_SESSION['client_id'] = intval($row['contact_client_id']);
|
||||
$_SESSION['contact_id'] = intval($row['contact_id']);
|
||||
$_SESSION['company_id'] = intval($row['company_id']);
|
||||
$_SESSION['login_method'] = "local";
|
||||
|
||||
header("Location: index.php");
|
||||
|
|
|
|||
Loading…
Reference in New Issue