]> git.pld-linux.org Git - packages/flyspray.git/blobdiff - flyspray-PLD.patch
- reflect adodb changes
[packages/flyspray.git] / flyspray-PLD.patch
index d2a0d3494b7e8930da385d88fa4dd8af67672e1b..b1d1b1e6fea0a34baa0e63f653accce974f37f88 100644 (file)
@@ -28,7 +28,7 @@
     {
        // Get the ADOdb library path. If not found it will be FALSE
 -      $this->mAdodbPath = $this->ScanIncludePath('adodb.inc.php', realpath('../adodb'));
-+      $this->mAdodbPath = $this->ScanIncludePath('adodb.inc.php', '/usr/share/pear/adodb');
++      $this->mAdodbPath = $this->ScanIncludePath('adodb.inc.php', '/usr/share/php/adodb');
  
        // Update the status of the library
        $this->mAdodbStatus = ($this->mAdodbPath) ? TRUE : FALSE;
@@ -132,7 +132,7 @@ diff -u templates/license.tpl.php /tmp/license.tpl.php
     {
        // Look for ADOdb
 -      $this->mAdodbPath = $this->ScanIncludePath('adodb.inc.php', realpath('../adodb'));
-+      $this->mAdodbPath = $this->ScanIncludePath('adodb.inc.php', '/usr/share/pear/adodb');
++      $this->mAdodbPath = $this->ScanIncludePath('adodb.inc.php', '/usr/share/php/adodb');
        require_once($this->mAdodbPath);
  
        // Perform a number of fatality checks, then die gracefully
This page took 0.07358 seconds and 4 git commands to generate.