diff options
Diffstat (limited to 'drivers/adodb-postgres7.inc.php')
| -rw-r--r-- | drivers/adodb-postgres7.inc.php | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/drivers/adodb-postgres7.inc.php b/drivers/adodb-postgres7.inc.php index 2ff70157..b848032c 100644 --- a/drivers/adodb-postgres7.inc.php +++ b/drivers/adodb-postgres7.inc.php @@ -358,29 +358,6 @@ class ADORecordSet_assoc_postgres7 extends ADORecordSet_postgres64{ return (is_array($this->fields)); } - /** - * Convert case of field names associative array, if needed - * @return void - */ - function _updatefields() - { - $fn_change_case = $this->AssocCaseConvertFunction(); - if(!$fn_change_case) { - // No conversion needed - return; - } - - $arr = array(); - - foreach($this->fields as $k => $v) { - if (!is_integer($k)) { - $k = $fn_change_case($k); - } - $arr[$k] = $v; - } - $this->fields = $arr; - } - function MoveNext() { if (!$this->EOF) { |
