helppppppp
This commit is contained in:
parent
1d9e2df7be
commit
c25cf66bb5
|
|
@ -43,8 +43,9 @@ if ($momentoftruth == 1) {
|
|||
$checkifjobalreadyexists->execute();
|
||||
$okcheck = $checkifjobalreadyexists->fetchColumn();
|
||||
if ($okcheck == 1) {
|
||||
$getjobforalready = $con->prepare('SELECT jobid FROM jobs WHERE placeid=:placeid');
|
||||
$getjobforalready = $con->prepare('SELECT jobid FROM jobs WHERE placeid=:placeid AND isonline=:isonline');
|
||||
$getjobforalready->bindParam(':placeid', $placeid);
|
||||
$getjobforalready->bindParam(':isonline', $helppdo);
|
||||
$getjobforalready->execute();
|
||||
$china2 = $getjobforalready->fetch(PDO::FETCH_BOTH);
|
||||
$jobid = $china2['jobid'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue