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);