Clean up for move to .php files an phan checks

This commit is contained in:
Clemens Schwaighofer
2019-09-13 16:08:49 +09:00
parent d9ad041c47
commit 56612cb13b
11 changed files with 27 additions and 20 deletions

View File

@@ -435,7 +435,7 @@ class PgSQL
return $offset;
}
} else {
$offset = pg_array_parse($text, $output[], $limit, $offset + 1);
$offset = $this->__dbArrayParse($text, $output[], $limit, $offset + 1);
}
} while ($limit > $offset);
}