1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-24 15:13:04 +02:00

#5422 Support for schema. News schema added and FAQs schema template simplified.

This commit is contained in:
camer0n
2025-01-31 11:54:19 -08:00
parent ec61237c03
commit b05fea833c
11 changed files with 599 additions and 211 deletions

View File

@@ -112,7 +112,7 @@ if(isset($_POST['updateprefs']))
if(isset($_POST['contact_info']) && is_array($_POST['contact_info']))
{
$core_pref->set('contact_info', []); // reset to type array if string had been used in the past.
$core_pref->set('contact_info', []); // reset to type array if string had been used in the past.
}
$smtp_opts = array();