Development

Changeset 1783

You must first sign up to be able to contribute.

Changeset 1783

Show
Ignore:
Timestamp:
08/23/06 21:13:09 (2 years ago)
Author:
fabien
Message:

pake: fixed pakeFinder

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tools/pake/trunk/lib/pake/pakeFinder.class.php

    r1765 r1783  
    479479    if (!count($this->prunes)) return false; 
    480480 
    481     $entry = str_replace($this->search_dir.DIRECTORY_SEPARATOR, '', $dir.DIRECTORY_SEPARATOR.$entry); 
    482  
    483481    foreach ($this->prunes as $args) 
    484482    { 
     
    493491  { 
    494492    if (!count($this->discards)) return false; 
    495  
    496     $entry = str_replace($this->search_dir.DIRECTORY_SEPARATOR, '', $dir.DIRECTORY_SEPARATOR.$entry); 
    497493 
    498494    foreach ($this->discards as $args)