mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
Remove some references to deprecated functions/methods.
This commit is contained in:
@@ -89,7 +89,7 @@ class core_mailout
|
||||
$res = array();
|
||||
foreach ($this->selectFields as $k)
|
||||
{
|
||||
if (varsettrue($_POST[$k]))
|
||||
if (vartrue($_POST[$k]))
|
||||
{
|
||||
$res[$k] = $tp->toDB($_POST[$k]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user