Correction condition
This commit is contained in:
parent
026c642565
commit
a55c9d0eb0
@ -123,7 +123,7 @@ if ($opts->cron) {
|
||||
$jalStmt = $conn->prepare($jalSql);
|
||||
$jalStmt->bindValue('file', $fileName);
|
||||
$jalStmt->execute();
|
||||
if ($jalStmt->rowCount()) {
|
||||
if ($jalStmt->rowCount() == 0) {
|
||||
$data = array(
|
||||
'pdfName' => $fileName,
|
||||
'idJalEd' => $idJalEd,
|
||||
|
Loading…
x
Reference in New Issue
Block a user