From 247222608af2221e37cb3701251c7d91ca12f7fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Thu, 9 Jan 2020 15:38:01 +0100 Subject: [PATCH] Version19.115 --- swad_country.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swad_country.c b/swad_country.c index 4d1c42b7c..9a2a9c51b 100644 --- a/swad_country.c +++ b/swad_country.c @@ -2084,7 +2084,7 @@ bool Cty_GetIfMapIsAvailable (long CtyCod) (coordinates 0, 0 means not set ==> don't show map) *****/ if (DB_QuerySELECT (&mysql_res,"can not get if map is available", "SELECT EXISTS" - "(SELECT * FROM FROM institutions,centres" + "(SELECT * FROM institutions,centres" " WHERE institutions.CtyCod=%ld" " AND institutions.InsCod=centres.InsCod" " AND (centres.Latitude<>0 OR centres.Longitude<>0))",