diff --git a/include/bbcode.php b/include/bbcode.php
index bc543ca48..70c75e5c4 100644
--- a/include/bbcode.php
+++ b/include/bbcode.php
@@ -666,7 +666,7 @@ function bbcode($Text, $preserve_nl = false, $tryoembed = true, $cache = false)
$Text = preg_replace("/\[zrl\=([$URLSearchString]*)\](.*?)\[\/zrl\]/ism", '$2', $Text);
}
- if (get_account_techlevel() > 2)
+ if (get_account_techlevel() < 2)
$Text = str_replace('#^', '', $Text);
// Perform MAIL Search