mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 05:11:42 +02:00
Issue #1788 - Correct MYSQL return results with PDO on CREATE TABLE commands etc. Fixes forum installation issues on PHP7.
This commit is contained in:
@@ -397,7 +397,7 @@ function step4()
|
||||
|
||||
if ($viewed != '')
|
||||
{
|
||||
$ue -> user_extended_setvalue($userId, 'plugin_forum_viewed', mysql_real_escape_string($viewed));
|
||||
$ue->user_extended_setvalue($userId, 'plugin_forum_viewed', ($viewed));
|
||||
$result['viewcount']++;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user