}
$this->_bindInputArray = PHP_VERSION >= 5.1;
- $info = $zthis->ServerInfo();
+ $info = $this->ServerInfo();
$this->pgVersion = (float) substr($info['version'],0,3);
if ($this->pgVersion >= 7.1) { // good till version 999
$this->_nestedSQL = true;
* tests/tmssql.php - detection of attack attempts and overwrite on incorrectly upgraded sites
* readme_moodle.txt - this file ;-)
+our bug fixes:
+ * drivers/adodb-postgres7.inc.php: line 33 $zthis typo - should be $this
+
skodak
29 August 2006
\ No newline at end of file