diff options
| author | Damien Regad <dregad@mantisbt.org> | 2015-12-15 18:04:35 +0100 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2015-12-16 01:02:25 +0100 |
| commit | 24b7e106d7bdd8d22642c4def054e0896710e78f (patch) | |
| tree | 8d6e5e5755dfc84f79e37f035d67fca317957a91 /drivers/adodb-csv.inc.php | |
| parent | ad60d215a60856ea39930153b787c52a92950f87 (diff) | |
| download | adodb-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.php | 6 |
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 */ |
