From a4bedb46f0530ad96eda5b8f6d82cc2bea2d2b8d Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Wed, 13 Feb 2019 12:44:41 +0100 Subject: Remove migration functions as all old-style usages have been updated --- it_dbi.class | 6 ------ 1 file changed, 6 deletions(-) (limited to 'it_dbi.class') diff --git a/it_dbi.class b/it_dbi.class index 6f976d5..6a0f62f 100644 --- a/it_dbi.class +++ b/it_dbi.class @@ -100,12 +100,6 @@ function __construct($p = array(), $query = null) $GLOBALS['it_dbi'] =& $this; } -# Migration helper function -function it_dbi($p = array(), $query = null) -{ - return self::__construct($p, $query); -} - /** * function Tablename($query) * Constructor. Returns record object from table Tablename. -- cgit v1.2.3