Changeset 1265
- Timestamp:
- 03/10/2008 07:24:27 PM (18 years ago)
- File:
-
- 1 edited
-
branches/0.8/bb-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.8/bb-includes/functions.php
r1247 r1265 2405 2405 $file = preg_replace('|/+|','/', $file); 2406 2406 $file = preg_replace('|^.*' . preg_quote($directory, '|') . '|', $type . '#', $file); 2407 $file = preg_replace('|/+.*|', '', $file);2408 2407 return $file; 2409 2408 }
Note: See TracChangeset
for help on using the changeset viewer.