Fixed Typo

This commit is contained in:
oesi
2016-12-14 09:21:25 +01:00
parent 5d693398f6
commit 1cd4471751
+1 -1
View File
@@ -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))