summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--it_dbi.class6
-rw-r--r--it_user.class6
2 files changed, 0 insertions, 12 deletions
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.
diff --git a/it_user.class b/it_user.class
index 2f891ef..68ff2b7 100644
--- a/it_user.class
+++ b/it_user.class
@@ -77,12 +77,6 @@ function __construct($p = array())
$this->status = _IT_USER_STATUS_INVALID;
}
-# Migration helper function
-function it_user($p = array())
-{
- return self::__construct($p);
-}
-
/**
* Post processing, called by ITools after reading a database record
* @access private