Skip to content

Commit

Permalink
NBBIB-451 SQL correction
Browse files Browse the repository at this point in the history
  • Loading branch information
camilocodes committed Sep 19, 2024
1 parent a54f57a commit c576eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/modules/nbbib_core/nbbib_core.module
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function nbbib_core_cron() {
FROM paragraphs_item_field_data
WHERE status = 1
))
WHERE status = 1'
AND status = 1'
);
$contribs = $query->fetchAll();
$contrib_no = count($contribs);
Expand Down

0 comments on commit c576eef

Please sign in to comment.