summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--adodb.inc.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/adodb.inc.php b/adodb.inc.php
index ad6e5a98..1eb1f7f0 100644
--- a/adodb.inc.php
+++ b/adodb.inc.php
@@ -3965,6 +3965,13 @@ http://www.stanford.edu/dept/itss/docs/oracle/10g/server.101/b10759/statements_1
var $fields = false;
var $connection = false;
+ /**
+ * The timestamp that the recordset was created
+ *
+ * @var integer
+ */
+ public int $timeCreated = 0;
+
function RowCount() {
return 0;
}