Completed
Branch develop (a2b653)
by
unknown
21:34
created
htdocs/core/db/mysqli.class.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -117,7 +117,7 @@
 block discarded – undo
117 117
 					$clientmustbe = 'utf8';
118 118
 				}
119 119
 
120
-				$disableforcecharset = 0;	// Set to 1 to test without charset forcing
120
+				$disableforcecharset = 0; // Set to 1 to test without charset forcing
121 121
 				if (empty($disableforcecharset) && $this->db->character_set_name() != $clientmustbe) {
122 122
 					try {
123 123
 						//print "You should set the \$dolibarr_main_db_character_set and \$dolibarr_main_db_collation for the PHP to the one of the database ".$this->db->character_set_name();
Please login to merge, or discard this patch.