Ignore:
Timestamp:
May 26, 2007, 12:02:47 AM (17 years ago)
Author:
rub
Message:

Improvement of picture url built

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions_url.inc.php

    r1980 r2026  
    702702}
    703703
     704/**
     705 * Embellish the url argument
     706 *
     707 * @param $url
     708 * @return $url embellished
     709 */
     710function embellish_url($url)
     711{
     712  return str_replace('/./', '/', $url);
     713}
     714
    704715?>
Note: See TracChangeset for help on using the changeset viewer.