Code: Select all
== FIND ==
if (!isset($user_cache[$to_id]['allow_thanks_pm']))
== REPLACE ==
if (!$user_cache[$to_id]['allow_thanks_pm'])
Code: Select all
== FIND ==
if (!isset($user_cache[$to_id]['allow_thanks_pm']))
== REPLACE ==
if (!$user_cache[$to_id]['allow_thanks_pm'])