Changeset 2026 for trunk/include/functions_url.inc.php
- Timestamp:
- May 26, 2007, 12:02:47 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/functions_url.inc.php
r1980 r2026 702 702 } 703 703 704 /** 705 * Embellish the url argument 706 * 707 * @param $url 708 * @return $url embellished 709 */ 710 function embellish_url($url) 711 { 712 return str_replace('/./', '/', $url); 713 } 714 704 715 ?>
Note: See TracChangeset
for help on using the changeset viewer.