summaryrefslogtreecommitdiff
path: root/drivers/adodb-csv.inc.php
diff options
context:
space:
mode:
authorDamien Regad <dregad@mantisbt.org>2015-12-15 18:04:35 +0100
committerDamien Regad <dregad@mantisbt.org>2015-12-16 01:02:25 +0100
commit24b7e106d7bdd8d22642c4def054e0896710e78f (patch)
tree8d6e5e5755dfc84f79e37f035d67fca317957a91 /drivers/adodb-csv.inc.php
parentad60d215a60856ea39930153b787c52a92950f87 (diff)
downloadadodb-24b7e106d7bdd8d22642c4def054e0896710e78f.tar.gz
adodb-24b7e106d7bdd8d22642c4def054e0896710e78f.tar.bz2
adodb-24b7e106d7bdd8d22642c4def054e0896710e78f.zip
Whitespace
Diffstat (limited to 'drivers/adodb-csv.inc.php')
-rw-r--r--drivers/adodb-csv.inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/adodb-csv.inc.php b/drivers/adodb-csv.inc.php
index 44ff510a..36ec1f1c 100644
--- a/drivers/adodb-csv.inc.php
+++ b/drivers/adodb-csv.inc.php
@@ -44,12 +44,12 @@ class ADODB_csv extends ADOConnection {
function _insertid()
{
- return $this->_insertid;
+ return $this->_insertid;
}
function _affectedrows()
{
- return $this->_affectedrows;
+ return $this->_affectedrows;
}
function MetaDatabases()
@@ -176,7 +176,7 @@ class ADODB_csv extends ADOConnection {
/* Returns: the last error message from previous database operation */
function ErrorMsg()
{
- return $this->_errorMsg;
+ return $this->_errorMsg;
}
/* Returns: the last error number from previous database operation */