mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
First lot of compatability fixes
This commit is contained in:
@@ -171,7 +171,7 @@ class PEAR_DependencyDB
|
||||
if ($depdb['_version'] < $this->_version) {
|
||||
$this->rebuildDB();
|
||||
}
|
||||
if ($depdb['_version']{0} > $this->_version{0}) {
|
||||
if ($depdb['_version'][0] > $this->_version[0]) {
|
||||
return PEAR::raiseError('Dependency database is version ' .
|
||||
$depdb['_version'] . ', and we are version ' .
|
||||
$this->_version . ', cannot continue');
|
||||
|
||||
Reference in New Issue
Block a user