diff options
| author | Damien Regad <dregad@mantisbt.org> | 2023-04-30 01:00:55 +0200 |
|---|---|---|
| committer | Damien Regad <dregad@mantisbt.org> | 2023-04-30 01:00:55 +0200 |
| commit | ae2438b731d24bf0bb159a738599b9266120e96e (patch) | |
| tree | 356f49f75db5090487707348eea1307dc8e5bcdf /drivers/adodb-ads.inc.php | |
| parent | aef9e9459712c9da90e9d83f1f4e7b8f21245a56 (diff) | |
| download | adodb-ae2438b731d24bf0bb159a738599b9266120e96e.tar.gz adodb-ae2438b731d24bf0bb159a738599b9266120e96e.tar.bz2 adodb-ae2438b731d24bf0bb159a738599b9266120e96e.zip | |
Define ADOConnection::_query() method
- Update child classes to be consistent with this declaration.
- Remove unnecessary, non-PHPDoc comments
- Consistent parameter names
Fixes #966
Diffstat (limited to 'drivers/adodb-ads.inc.php')
| -rw-r--r-- | drivers/adodb-ads.inc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/adodb-ads.inc.php b/drivers/adodb-ads.inc.php index 8b877b6d..16eec976 100644 --- a/drivers/adodb-ads.inc.php +++ b/drivers/adodb-ads.inc.php @@ -564,7 +564,6 @@ class ADODB_ads extends ADOConnection return array($sql, $stmt, false); } - /* returns queryID or false */ function _query($sql, $inputarr = false) { $last_php_error = $this->resetLastError(); |
