From 619b72b1ef2f9a756eb96772d2ca34c7dfe9345f Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 22 Aug 2002 19:28:42 +0000 Subject: [PATCH] true -> TRUE --- libraries/common.lib.php3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/common.lib.php3 b/libraries/common.lib.php3 index 754d6bd1b..81362a43e 100644 --- a/libraries/common.lib.php3 +++ b/libraries/common.lib.php3 @@ -451,7 +451,7 @@ h1 {font-family: sans-serif; font-size: large; font-weight: bold} $font_smallest = 'x-small'; } - return true; + return TRUE; } // end of the 'PMA_setFontSizes()' function