Changeset 26917
- Timestamp:
- Jan 23, 2014, 12:06:56 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/Comments_on_Albums/trunk/include/functions_comment.inc.php
r26848 r26917 86 86 if (!empty($comm['website_url'])) 87 87 { 88 $comm['website_url'] = strip_tags($comm['website_url']); 88 89 if (!preg_match('/^https?/i', $comm['website_url'])) 89 90 { … … 291 292 if (!empty($comment['website_url'])) 292 293 { 294 $comm['website_url'] = strip_tags($comm['website_url']); 293 295 if (!preg_match('/^https?/i', $comment['website_url'])) 294 296 {
Note: See TracChangeset
for help on using the changeset viewer.