summaryrefslogtreecommitdiff
path: root/it_dbi.class
diff options
context:
space:
mode:
Diffstat (limited to 'it_dbi.class')
-rw-r--r--it_dbi.class6
1 files changed, 3 insertions, 3 deletions
diff --git a/it_dbi.class b/it_dbi.class
index 2033d02..3fa5508 100644
--- a/it_dbi.class
+++ b/it_dbi.class
@@ -93,11 +93,11 @@ function it_dbi($p = array(), $query = null)
}
/**
- * function Tablename($query, $config)
+ * function Tablename($query)
* Constructor. Returns record object from table Tablename.
* If $query is set, it encodes a SELECT to execute and store in the returned object, see select()
- * If $config is set, it contains extra parameters for the query like how to handle errors
- */ #}
+ * Note: Old second parameter $config has been deprecated and will be removed
+ */ #:}
/**
* Factory: Create classes of all database tables. Call statically.