From 4259446315424c83ff696289cc4699c992e0f27c Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Sun, 8 Nov 2015 16:28:23 +0100 Subject: [PATCH] Fixed reggresion for drop tables via orm --- src/Webmodel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Webmodel.php b/src/Webmodel.php index 4055421..84b0884 100644 --- a/src/Webmodel.php +++ b/src/Webmodel.php @@ -1711,7 +1711,7 @@ class Webmodel { static public function drop_table($table) { - $this->set_phango_connection(); + //$this->set_phango_connection(); return SQLClass::webtsys_query('drop table '.$table);