improve profile update for non logged in ussers and remote users

This commit is contained in:
rabuzarus 2017-04-22 22:08:05 +02:00
parent 0f67934e05
commit 53c1bf6ba3
2 changed files with 26 additions and 3 deletions

View file

@ -174,6 +174,10 @@ if (! x($_SESSION,'sysmsg_info')) {
$_SESSION['sysmsg_info'] = array();
}
// Array for informations about last received items
if (! x($_SESSION,'last_updated')) {
$_SESSION['last_updated'] = array();
}
/*
* check_config() is responsible for running update scripts. These automatically
* update the DB schema whenever we push a new one out. It also checks to see if