r2l by Yoav
[squirrelmail.git] / src / options_display.php
index f009b0c1de24594eee016d21f3f814065a2b7d31..a47144063d00ea1c89c714be85887ca4abb5b6d3 100644 (file)
@@ -281,7 +281,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"),