fix for bug #538641. Also fixes a few problems with sort types and the prev/next
[squirrelmail.git] / src / options_display.php
index d9414645ffbde5f36f9f5c34c776bde0fb26b568..113c35b091dce205943292f9b15758fd3425f989 100644 (file)
@@ -260,7 +260,7 @@ function load_optpage_data_display() {
         'type'    => SMOPT_TYPE_BOOLEAN,
         'refresh' => SMOPT_REFRESH_ALL
     );
-    if ($allow_thread_sort == 'TRUE') {
+    if ($allow_thread_sort == 'true') {
         $optvals[SMOPT_GRP_MESSAGE][] = array(
             'name'    => 'sort_by_ref',
             'caption' => _("Use References header for thread sort"),