From 1cd44717513a04ee27e3f71f2b1ce97155362840 Mon Sep 17 00:00:00 2001 From: oesi Date: Wed, 14 Dec 2016 09:21:25 +0100 Subject: [PATCH] Fixed Typo --- system/dbupdate_3.2.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/dbupdate_3.2.php b/system/dbupdate_3.2.php index dc64c4e80..cc9612dde 100755 --- a/system/dbupdate_3.2.php +++ b/system/dbupdate_3.2.php @@ -1447,7 +1447,7 @@ if ($result = @$db->db_query("SELECT r FROM public.tbl_statistik LIMIT 1;")) // Removing column "php" from tbl_statistik if ($result = @$db->db_query("SELECT php FROM public.tbl_statistik LIMIT 1;")) -{s +{ $qry = "ALTER TABLE public.tbl_statistik DROP COLUMN php;"; if (!$db->db_query($qry))