Skip to content

Commit

Permalink
Upgrade script
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Trofimov committed Feb 8, 2019
1 parent edb9e25 commit c365c00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion upgrade/classes/BxDolUpgradeDb.php
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ public function isIndexExists($sTable, $sIndexName)
* PS: Use the pdo bindings for user's sake
* @return string
*/
public function escape($sText, $bReal = true)
public function escape($sText, $bReal = false)
{
$pdoEscapted = $this->link->quote($sText);

Expand Down
2 changes: 1 addition & 1 deletion upgrade/files/7.3.5-7.4.0/conclusion.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<pre>
$db['persistent'] = true;
</pre>
after <b>$db['persistent']...</b> line.
after <b>$db['db']...</b> line.
</li>
<li> Add
<pre>
Expand Down

0 comments on commit c365c00

Please sign in to comment.