Changeset f2e9466 in github
- Timestamp:
- Jan 30, 2011 9:52:37 AM (2 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 8c27d00
- Parents:
- d755ead
- File:
-
- 1 edited
-
program/steps/addressbook/show.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/steps/addressbook/show.inc
rfbeb4689 rf2e9466 148 148 function rcmail_render_url_value($url, $col) 149 149 { 150 $prefix = preg_match('! [htfps]+://!', $url) ? '' : 'http://';150 $prefix = preg_match('!^(http|ftp)s?://!', $url) ? '' : 'http://'; 151 151 return html::a(array( 152 152 'href' => $prefix . $url,
Note: See TracChangeset
for help on using the changeset viewer.
