Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangabos committed Jan 28, 2024
1 parent 4f7cb72 commit 4787204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zebra_Database.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class Zebra_Database {
* <code>
* // log debug information instead of showing it on screen
* // log everything in one single file (not by day/hour) and also show backtrace information
* $db->`debug = array(false,` false, true)
* $db->debug = array(false, false, true)
*
* // disable the generation of debugging information
* $db->debug = false;
Expand Down

0 comments on commit 4787204

Please sign in to comment.