wrong operator
This commit is contained in:
parent
8b17a6ddd1
commit
0998a108ea
@ -666,7 +666,7 @@ function bbcode($Text, $preserve_nl = false, $tryoembed = true, $cache = false)
|
|||||||
$Text = preg_replace("/\[zrl\=([$URLSearchString]*)\](.*?)\[\/zrl\]/ism", '<a class="zrl" href="$1" target="_blank" >$2</a>', $Text);
|
$Text = preg_replace("/\[zrl\=([$URLSearchString]*)\](.*?)\[\/zrl\]/ism", '<a class="zrl" href="$1" target="_blank" >$2</a>', $Text);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (get_account_techlevel() > 2)
|
if (get_account_techlevel() < 2)
|
||||||
$Text = str_replace('<span class="bookmark-identifier">#^</span>', '', $Text);
|
$Text = str_replace('<span class="bookmark-identifier">#^</span>', '', $Text);
|
||||||
|
|
||||||
// Perform MAIL Search
|
// Perform MAIL Search
|
||||||
|
Reference in New Issue
Block a user