spotted little mistake

pull/11/head
dbursem 2015-02-06 01:12:05 +01:00
rodzic a7a2f25639
commit 43e40c5903
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -29,7 +29,7 @@ $latmax=$latmin=$lonmax=$lonmin=0;
$stmt = $dbh->prepare($q);
$stmt->execute($params);
if ($stmt->columnCount() == 0)
if ($stmt->rowCount() == 0)
{
$latmax=60;
$latmin=35;