Skip to content

Commit

Permalink
Use lowercase constant
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Aug 6, 2013
1 parent a3ce1cc commit 6d127c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Util.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ public static function unQuote($quoted_string, $quote = null)
* @access public
* @todo move into PMA_Sql
*/
public static function formatSql($sql_query, $truncate=False)
public static function formatSql($sql_query, $truncate = false)
{
global $cfg;
if ($truncate
Expand Down

0 comments on commit 6d127c6

Please sign in to comment.