Changeset 5093
- Timestamp:
- 10/02/07 20:04:25 (6 years ago)
- Files:
-
- modules/branches/2.4/core/agi-bin/fixlocalprefix (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.4/core/agi-bin/fixlocalprefix
r4305 r5093 166 166 $agi->verbose('Could not understand pattern "'.$pattern.'" ('.$regex.')', 1); 167 167 } 168 return $false;168 return false; 169 169 } 170 170
