Skip to content

Commit

Permalink
changed name of function for removeBiblestudyVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfuller2 committed Mar 26, 2024
1 parent df9f2a3 commit dab3972
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proclaim.script.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ public function removeBiblestudyVersion(): bool
$query->delete($this->dbo->quoteName('#__menu'));
$query->where($conditions);
$this->dbo->setQuery($query);

return $this->dbo->execute();
}

Expand Down

0 comments on commit dab3972

Please sign in to comment.