1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-18 19:39:45 +01:00

Update consolidate.php

This commit is contained in:
Gábor 2017-02-24 09:43:00 +01:00 committed by GitHub
parent 7905d46b07
commit 1382640393

View File

@ -614,11 +614,11 @@ class logConsolidate
if($this->collatePageInfo($pageTotal, $datestamp))
{
$mes->addSuccess( "Data saved to database with id: ".$datestamp);
$mes->addSuccess( ADSTAT_LAN_90.$datestamp);
}
else
{
$mes->addError( "Couldn't save data to database with id: ".$datestamp);
$mes->addError( ADSTAT_LAN_91.$datestamp);
}
}
@ -844,4 +844,4 @@ class logConsolidate
?>
?>