1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 04:40:44 +02: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)) if($this->collatePageInfo($pageTotal, $datestamp))
{ {
$mes->addSuccess( "Data saved to database with id: ".$datestamp); $mes->addSuccess( ADSTAT_LAN_90.$datestamp);
} }
else else
{ {
$mes->addError( "Couldn't save data to database with id: ".$datestamp); $mes->addError( ADSTAT_LAN_91.$datestamp);
} }
} }