This commit is contained in:
Julio Cesar Laura Avendaño
2016-10-20 16:00:08 -04:00
parent 6384d57960
commit 761402ca42
6 changed files with 28 additions and 36 deletions

View File

@@ -144,6 +144,7 @@ class Main extends Controller
if ($aRow) {
if ($aRow['LOG_STATUS'] != 'CLOSED' && $aRow['LOG_END_DATE'] == null) {
$weblog = new LoginLog();
$aLog['LOG_ID'] = $aRow['LOG_ID'];
$aLog['LOG_UID'] = $aRow['LOG_UID'];
$aLog['LOG_STATUS'] = 'CLOSED';
$aLog['LOG_IP'] = $aRow['LOG_IP'];