1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 09:34:54 +02:00

Closes #1801 Code cleanup. Deprecated method errors added.

This commit is contained in:
Cameron
2020-12-22 14:48:28 -08:00
parent 881670d92c
commit 402d1f4126
37 changed files with 347 additions and 393 deletions

View File

@@ -140,7 +140,7 @@ if ($table)
echo "Unexpected field type: {$k} => {$v['type']}<br />";
}
}
$toSave = $eArrayStorage->WriteArray($outDefs, FALSE); // 2nd parameter to TRUE if needs to be written to DB
$toSave = e107::serialize($outDefs, FALSE); // 2nd parameter to TRUE if needs to be written to DB
}
//========================================================