Skip to content

Commit

Permalink
Adjusted the menu fix to one line
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfuller2 committed Sep 25, 2024
1 parent c526e19 commit 637ca35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proclaim.script.php
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,7 @@ private function removeBibleStudyVersion(): void
$query = $this->dbo->getQuery(true);
// Fields to update.
$fields = array(
$this->dbo->quoteName('link') . ' = ' . $this->dbo->quote(str_replace("com_biblestudy", "com_proclaim", $result->link)),
$this->dbo->quoteName('link') . ' = ' . $this->dbo->quote(str_replace("view=", "view=cwm", $result->link)),
$this->dbo->quoteName('link') . ' = ' . $this->dbo->quote(str_replace("com_biblestudy&view=", "com_proclaim&view=cwm", $result->link)),
$this->dbo->quoteName('component_id') . ' = ' . $proclaimID,
);
// Conditions for which records should be updated.
Expand Down

0 comments on commit 637ca35

Please sign in to comment.