Changeset 166 for trunk/globals
- Timestamp:
- 04/18/2006 07:44:56 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/globals/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/globals/functions.php
r160 r166 416 416 417 417 function url_fix ($url, $default_prefix="http://") { 418 if($url == "") { 419 return; 420 } 418 421 // Windows shares (samba) check 419 422 if (substr(stripslashes($url), 0, 2) == '\\\\') { … … 424 427 return $default_prefix.$url; 425 428 } 429 return $url; 430 426 431 } 427 432
Note: See TracChangeset
for help on using the changeset viewer.
