2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-12 02:39:57 +00:00

statistics2.cgi: for debugging

git-svn-id: https://svn.fhem.de/fhem/trunk@14477 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
betateilchen 2017-06-07 17:56:25 +00:00
parent a07e77991f
commit bbebc90721

View File

@ -149,7 +149,7 @@ sub doAggregate() {
my $nodesTotal = $dbInfo->{'submissionsTotal'};
my $nodes12 = 0;
$sql = qq(SELECT geo,json FROM jsonNodes WHERE lastSeen > $limit AND uniqueID <> 'databaseInfo');
$sql = q(SELECT geo,json FROM jsonNodes WHERE lastSeen > $limit AND uniqueID <> 'databaseInfo');
$sth = $dbh->prepare( $sql );
$sth->execute();