1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Should help with Issue #53 - PHP Strict issues

This commit is contained in:
Cameron
2012-12-15 03:49:15 -08:00
parent b74bf451d7
commit 71cd2aca3c
5 changed files with 29 additions and 19 deletions

View File

@@ -1445,7 +1445,7 @@ function save_prefs($table = 'core', $uid = USERID, $row_val = '')
// Create the data to be stored
if($sql->db_Select_gen("REPLACE INTO `#core` (e107_name,e107_value) values ('SitePrefs', '".$eArrayStorage->WriteArray($_pref)."') "))
{
ecache::clear_sys('Config_core');
ecacXXXhe::clear_sys('Config_core');
return true;
}
else